Struct ppbert::bertterm::PrettyPrinter [] [src]

pub struct PrettyPrinter<'a> { /* fields omitted */ }

Methods

impl<'a> PrettyPrinter<'a>
[src]

[src]

Creates a pretty printer for term where sub-terms are indented with a width of indent_width and a maximum of max_terms_per_line basic terms (i.e., integers, floats, strings) can be printed per line.

Trait Implementations

impl<'a> Display for PrettyPrinter<'a>
[src]

[src]

Formats the value using the given formatter. Read more