Searched defs:Pretty (Results 1 – 4 of 4) sorted by relevance
99 pub struct Pretty { struct103 /// The [visitor] produced by [`Pretty`]'s [`MakeVisitor`] implementation. argument135 impl Default for Pretty { implementation143 impl Pretty { impl337 impl<'writer> FormatFields<'writer> for Pretty { implementation
635 pub fn pretty(self) -> Format<Pretty, T> { in pretty()
742 ) -> SubscriberBuilder<format::Pretty, format::Format<format::Pretty, T>, F, W> { in pretty()
514 pub fn pretty(self) -> Layer<S, format::Pretty, format::Format<format::Pretty, T>, W> { in pretty()