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

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

Provided methods

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

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

Loading content...

Implementors

impl PpAnn for NoAnn[src]

fn pre(&self, _state: &mut State, _node: AnnNode) -> Result<()>[src]

fn post(&self, _state: &mut State, _node: AnnNode) -> Result<()>[src]

Loading content...