rustc_ast::visit

Function walk_mac

source
pub fn walk_mac<'a, V: Visitor<'a>>(
    visitor: &mut V,
    mac: &'a MacCall,
) -> V::Result