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