Function imap_types::utils::escape_byte_string
source · pub fn escape_byte_string<B>(bytes: B) -> Stringwhere
B: AsRef<[u8]>,
Expand description
Converts bytes into a ready-to-be-printed form.
pub fn escape_byte_string<B>(bytes: B) -> Stringwhere
B: AsRef<[u8]>,
Converts bytes into a ready-to-be-printed form.