Skip to main content

decode

Function decode 

Source
pub fn decode<W, I>(writer: W, bytes: I) -> Result<()>
where W: Write, I: IntoIterator<Item = u8>,
Expand description

Decode HID descriptor bytes as text.

The output text will be written to the writer.