pub fn decode_with_options<W, I>(
writer: W,
bytes: I,
verbosity: Verbosity,
) -> Result<()>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.