rustc_ast::visit

Function walk_mac

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