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

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

Provided Methods

fn pre(&self, _state: &mut State, _node: AnnNode) -> IoResult<()>

fn post(&self, _state: &mut State, _node: AnnNode) -> IoResult<()>

Implementors