ClientListenerProxyInterface

Trait ClientListenerProxyInterface 

Source
pub trait ClientListenerProxyInterface: Send + Sync {
    // Required method
    fn get_listener(
        &self,
        updates: ClientEnd<ClientStateUpdatesMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§