Struct perplex::Pretty[][src]

pub struct Pretty<C, T> { /* fields omitted */ }

A pretty printer.

Trait Implementations

impl<'a> Display for Pretty<&'a Grammar, &'a Rule>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Pretty<&'a Grammar, &'a Symbol>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Pretty<&'a Grammar, NonterminalId>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Pretty<&'a Grammar, TerminalId>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Pretty<&'a Grammar, &'a ItemSets>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Pretty<&'a Grammar, &'a ItemSet>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Pretty<&'a Grammar, &'a Item>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Pretty<&'a Grammar, &'a RuleSlice>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<C, T> Send for Pretty<C, T> where
    C: Send,
    T: Send

impl<C, T> Sync for Pretty<C, T> where
    C: Sync,
    T: Sync