pub fn decode_items(bytes: &[u8]) -> Result<Vec<Item>, LengthError>Expand description
Structured decode of an HID report descriptor.
Decode an HID descriptor to a list of Items.
This is a shorter way of writing ItemDecoder::new(bytes).collect().