ControllerProxyInterface

Trait ControllerProxyInterface 

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

Required Methods§

Implementors§