Searched defs:AsciiEscaped (Results 1 – 1 of 1) sorted by relevance
20 struct AsciiEscaped<'a>(&'a [u8]); struct122 impl<'a> fmt::Display for AsciiEscaped<'a> { implementation