Skip to main content

PrettyPrint

Trait PrettyPrint 

Source
pub trait PrettyPrint {
    // Provided method
    fn pretty<'a>(&'a self, arena: &'a Arena) -> Pretty<'a, Self>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn pretty<'a>(&'a self, arena: &'a Arena) -> Pretty<'a, Self>
where Self: Sized,

Implementors§