Trait DeviceProxy_ProxyInterface

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

Required Methods§

Source

fn get_channel(&self, req: ServerEnd<DeviceMarker>) -> Result<(), Error>

Implementors§