Skip to main content

DeviceProxy_ProxyInterface

Trait DeviceProxy_ProxyInterface 

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

Required Methods§

Implementors§