Function syntax::visit::walk_macExperimental
[-]
[+]
[src]
pub fn walk_mac<'v, V: Visitor<'v>>(_: &mut V, _: &'v Mac)
pub fn walk_mac<'v, V: Visitor<'v>>(_: &mut V, _: &'v Mac)
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, enum,
trait, typedef (or
tdef).