Function escape_byte_string

Source
pub fn escape_byte_string<B>(bytes: B) -> String
where B: AsRef<[u8]>,
Expand description

Converts bytes into a ready-to-be-printed form.