fidl_fuchsia_hardware_network

Trait DeviceInstanceProxyInterface

Source
pub trait DeviceInstanceProxyInterface: Send + Sync {
    // Required method
    fn get_device(&self, device: ServerEnd<DeviceMarker>) -> Result<(), Error>;
}

Required Methods§

Source

fn get_device(&self, device: ServerEnd<DeviceMarker>) -> Result<(), Error>

Implementors§