Trait ConnectorProxyInterface

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

Required Methods§

Source

fn clone(&self, request: ServerEnd<CloneableMarker>) -> Result<(), Error>

Source

fn connect(&self, channel: Channel) -> Result<(), Error>

Implementors§