fidl_fuchsia_wlan_device

Trait ConnectorProxyInterface

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

Required Methods§

Source

fn connect(&self, request: ServerEnd<PhyMarker>) -> Result<(), Error>

Implementors§