Home
last modified time | relevance | path

Searched refs:fold_use_path (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/gen/
H A Dfold.rs981 fn fold_use_path(&mut self, i: crate::UsePath) -> crate::UsePath { in fold_use_path() method
982 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() function
3796 crate::UseTree::Path(f.fold_use_path(_binding_0)) in fold_use_tree()