fidl_fuchsia_component_sandbox

Trait ReceiverProxyInterface

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

Required Methods§

Source

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

Implementors§