Trait syntax::print::pprust::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