Trait rustc_typeck::hir::print::PpAnn
[−]
[src]
pub trait PpAnn { fn pre(&self, _state: &mut State, _node: AnnNode) -> Result<(), Error> { ... } fn post(&self, _state: &mut State, _node: AnnNode) -> Result<(), Error> { ... } }
Unstable (
rustc_private
)Provided Methods
fn pre(&self, _state: &mut State, _node: AnnNode) -> Result<(), Error>
Unstable (
rustc_private
)fn post(&self, _state: &mut State, _node: AnnNode) -> Result<(), Error>
Unstable (
rustc_private
)Implementors
impl PpAnn for NoAnn
impl<'a, 'tcx, O> PpAnn for DataFlowContext<'a, 'tcx, O> where O: DataFlowOperator