DirConnectorProxyInterface

Trait DirConnectorProxyInterface 

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

Required Methods§

Implementors§