std::ascii::EscapeDefault
Struct std::ascii::EscapeDefault
pub struct EscapeDefault { /* fields omitted */ }
An iterator over the escaped version of a byte.
This struct
is created by the escape_default
function. See its documentation for more.