Trait rustc_ast_pretty::pprust::state::PpAnn

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

Provided Methods§

source

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

source

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

Implementors§