Trait FocusChainListenerRegistryProxyInterface

Source
pub trait FocusChainListenerRegistryProxyInterface: Send + Sync {
    // Required method
    fn register(
        &self,
        listener: ClientEnd<FocusChainListenerMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§