DirReceiverProxyInterface

Trait DirReceiverProxyInterface 

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

Required Methods§

Source

fn receive( &self, channel: ServerEnd<DirectoryMarker>, rights: Flags, ) -> Result<(), Error>

Implementors§