pub trait SerializedDescriptor {
    // Required method
    fn desc() -> &'static [u8];
}
Expand description

Report types where serialized HID report descriptors are available.

Required Methods§

source

fn desc() -> &'static [u8]

Object Safety§

This trait is not object safe.

Implementors§