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