Trait rustc_hir_pretty::PpAnn[][src]

pub trait PpAnn {
    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

Implementations on Foreign Types

Identical to the PpAnn implementation for hir::Crate, except it avoids creating a dependency on the whole crate.

Implementors