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<()> { ... }
}Provided Methods
fn pre(&self, _state: &mut State, _node: AnnNode) -> Result<()>
fn post(&self, _state: &mut State, _node: AnnNode) -> Result<()>
Implementors
impl PpAnn for NoAnn