Searched defs:PrettyFormatter (Results 1 – 8 of 8) sorted by relevance
13 pub(crate) struct PrettyFormatter<T> { struct24 impl<T: Write> PrettyFormatter<T> { implementation183 impl<T: Write> OutputFormatter for PrettyFormatter<T> { implementation
13 pub(crate) struct PrettyFormatter<T> { struct24 impl<T: Write> PrettyFormatter<T> { argument183 impl<T: Write> OutputFormatter for PrettyFormatter<T> { implementation
1869 impl<'a> PrettyFormatter<'a> { impl
1933 impl<'a> PrettyFormatter<'a> { impl