Skip to main content

InputDeviceProxyInterface

Trait InputDeviceProxyInterface 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§