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