pub trait InputDeviceProxyInterface: Send + Sync {
// Required method
fn dispatch_report(&self, report: &mut InputReport) -> Result<(), Error>;
}
pub trait InputDeviceProxyInterface: Send + Sync {
// Required method
fn dispatch_report(&self, report: &mut InputReport) -> Result<(), Error>;
}