Function walk_use_tree

Source
pub fn walk_use_tree<'a, V: Visitor<'a>>(
    vis: &mut V,
    use_tree: &'a UseTree,
) -> V::Result