KeyboardProxyInterface

Trait KeyboardProxyInterface 

Source
pub trait KeyboardProxyInterface: Send + Sync {
    type AddListenerResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn add_listener(
        &self,
        view_ref: ViewRef,
        listener: ClientEnd<KeyboardListenerMarker>,
    ) -> Self::AddListenerResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§