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