pub type PrettyPrinter = Printer<Pretty, MakeStdout>;Expand description
A Processor that pretty-prints to stdout.
Aliased Type§
pub struct PrettyPrinter { /* private fields */ }Implementations§
Source§impl PrettyPrinter
impl PrettyPrinter
Sourcepub const fn new() -> Self
pub const fn new() -> Self
Returns a new PrettyPrinter that pretty-prints to stdout.
Use Printer::formatter and Printer::writer for custom configuration.