Function mz_repr::strconv::format_bytes

source ·
pub fn format_bytes<F>(buf: &mut F, bytes: &[u8]) -> Nestable
where F: FormatBuffer,