fidl_fuchsia_component_sandbox

Trait DirReceiverProxyInterface

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

Required Methods§

Source

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

Implementors§