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

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

Provided methods

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

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

Loading content...

Implementors

impl PpAnn for NoAnn[src]

Loading content...