DirReceiverProxyInterface

Trait DirReceiverProxyInterface 

Source
pub trait DirReceiverProxyInterface: Send + Sync {
    // Required method
    fn receive(&self, channel: ServerEnd<DirectoryMarker>) -> Result<(), Error>;
}

Required Methods§

Implementors§