DirReceiverDeprecatedProxyInterface

Trait DirReceiverDeprecatedProxyInterface 

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

Required Methods§

Implementors§