pub trait ClientStateConnectorProxyInterface: Send + Sync {
// Required method
fn connect(
&self,
client_type: &str,
watcher: ServerEnd<ClientStateWatcherMarker>,
) -> Result<(), Error>;
}
pub trait ClientStateConnectorProxyInterface: Send + Sync {
// Required method
fn connect(
&self,
client_type: &str,
watcher: ServerEnd<ClientStateWatcherMarker>,
) -> Result<(), Error>;
}