fmt_binary

Function fmt_binary 

Source
fn fmt_binary(data: &[u8], f: &mut Formatter<'_>) -> Result
Expand description

writes a byte array to formatter. [1, 2, 3] ==> "1,2,3"