Trait syntax::print::pprust::PpAnn[][src]

pub trait PpAnn {
    fn pre(&self, _state: &mut State, _node: AnnNode) -> Result<()> { ... }
fn post(&self, _state: &mut State, _node: AnnNode) -> Result<()> { ... } }

Provided Methods

Implementors