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

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<'_>)

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

Loading content...

Implementors

impl PpAnn for NoAnn[src]

Loading content...