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