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