DeviceInstanceProxyInterface

Trait DeviceInstanceProxyInterface 

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

Required Methods§

Implementors§