Function walk_use_tree

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