Function imap_types::utils::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.