PrettyPrinter

Type Alias PrettyPrinter 

Source
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

Source

pub const fn new() -> Self

Returns a new PrettyPrinter that pretty-prints to stdout.

Use Printer::formatter and Printer::writer for custom configuration.

Trait Implementations§

Source§

impl Default for PrettyPrinter

Source§

fn default() -> Self

Returns the “default value” for a type. Read more