Searched defs:EscapeDebug (Results 1 – 3 of 3) sorted by relevance
294 pub struct EscapeDebug(EscapeDebugInner); struct306 impl EscapeDebug { implementation328 impl Iterator for EscapeDebug { implementation354 impl ExactSizeIterator for EscapeDebug { implementation364 impl FusedIterator for EscapeDebug {} implementation367 impl fmt::Display for EscapeDebug { implementation
393 pub(crate) fn escape_debug_ext(self, args: EscapeDebugExtArgs) -> EscapeDebug { in escape_debug_ext()448 pub fn escape_debug(self) -> EscapeDebug { in escape_debug()
1456 pub struct EscapeDebug<'a> { struct1458 Flatten<option::IntoIter<char_mod::EscapeDebug>>, argument