Trait syntax::print::pprust::PpAnn[src]
pub trait PpAnn {
fn pre(&self, _state: &mut State, _node: AnnNode) -> IoResult<()> { ... }
fn post(&self, _state: &mut State, _node: AnnNode) -> IoResult<()> { ... }
}
pub trait PpAnn {
fn pre(&self, _state: &mut State, _node: AnnNode) -> IoResult<()> { ... }
fn post(&self, _state: &mut State, _node: AnnNode) -> IoResult<()> { ... }
}
fn pre(&self, _state: &mut State, _node: AnnNode) -> IoResult<()>fn post(&self, _state: &mut State, _node: AnnNode) -> IoResult<()>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).