Struct pretty::Pretty[][src]

pub struct Pretty<'a, T, A> where
    A: 'a,
    T: 'a, 
{ /* fields omitted */ }

Trait Implementations

impl<'a, T, A> Display for Pretty<'a, T, A> where
    T: Deref<Target = Doc<'a, T, A>>, 
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T, A> Send for Pretty<'a, T, A> where
    A: Sync,
    T: Sync

impl<'a, T, A> Sync for Pretty<'a, T, A> where
    A: Sync,
    T: Sync