rustc_hir_pretty

Trait PpAnn

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

Provided Methods§

Source

fn nested(&self, _state: &mut State<'_>, _nested: Nested)

Source

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

Source

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

Implementations on Foreign Types§

Source§

impl PpAnn for &dyn Map<'_>

Source§

fn nested(&self, state: &mut State<'_>, nested: Nested)

Implementors§