rustc_ast_pretty::pprust::state

Trait 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§