pub trait AsInputReport: Serialize { }
Expand description

Report types which serialize into input reports, ready for transmission.

Implementors