Function syntax::ast_map::map_crate[src]
pub fn map_crate<F: FoldOps>(krate: Crate, fold_ops: F) -> (Crate, Map)
pub fn map_crate<F: FoldOps>(krate: Crate, fold_ops: F) -> (Crate, Map)
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).