pub fn write_hex_bytes(f: &mut Formatter<'_>, bytes: &[u8]) -> Result
Expand description

Writes a hex string representation of provided bytes into the formatter.