Trait rustc_ap_rustc_ast_pretty::pprust::state::PpAnn[][src]

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

Provided methods

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

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

Loading content...

Implementors

impl PpAnn for NoAnn[src]

Loading content...