Searched refs:fold_use_path (Results 1 – 1 of 1) sorted by relevance
981 fn fold_use_path(&mut self, i: crate::UsePath) -> crate::UsePath { in fold_use_path() method982 fold_use_path(self, i) in fold_use_path()3766 pub fn fold_use_path<F>(f: &mut F, node: crate::UsePath) -> crate::UsePath in fold_use_path() function3796 crate::UseTree::Path(f.fold_use_path(_binding_0)) in fold_use_tree()