Home
last modified time | relevance | path

Searched defs: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
3766 pub fn fold_use_path<F>(f: &mut F, node: crate::UsePath) -> crate::UsePath in fold_use_path() function