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