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

Required Methods§

source

fn serve_device(&self, req: Channel) -> Result<(), Error>

Implementors§