Trait prettiest::Pretty[][src]

pub trait Pretty {
    fn pretty(&self) -> Prettified;
}

Required methods

Implementors