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