Function syntax::print::pprust::print_crate[src]
pub fn print_crate<'a>(cm: &'a CodeMap, span_diagnostic: &SpanHandler, krate: &Crate, filename: String, input: &mut Reader, out: Box<Writer>, ann: &'a PpAnn, is_expanded: bool) -> IoResult<()>
pub fn print_crate<'a>(cm: &'a CodeMap, span_diagnostic: &SpanHandler, krate: &Crate, filename: String, input: &mut Reader, out: Box<Writer>, ann: &'a PpAnn, is_expanded: bool) -> 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).