fidl_fuchsia_device_fs

Trait ConnectorProxyInterface

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

Required Methods§

Source

fn connect(&self, server: Channel) -> Result<(), Error>

Implementors§