Skip to main content

decode_with_options

Function decode_with_options 

Source
pub fn decode_with_options<W, I>(
    writer: W,
    bytes: I,
    verbosity: Verbosity,
) -> 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. Use verbosity to select the level of detail.