pub trait ConnectorProxyInterface: Send + Sync {
// Required methods
fn clone(&self, request: ServerEnd<CloneableMarker>) -> Result<(), Error>;
fn connect(&self, channel: Channel) -> Result<(), Error>;
}
pub trait ConnectorProxyInterface: Send + Sync {
// Required methods
fn clone(&self, request: ServerEnd<CloneableMarker>) -> Result<(), Error>;
fn connect(&self, channel: Channel) -> Result<(), Error>;
}