Home
last modified time | relevance | path

Searched defs:fold_path (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/gen/
H A Dfold.rs730 fn fold_path(&mut self, i: crate::Path) -> crate::Path { in fold_path() method
3102 pub fn fold_path<F>(f: &mut F, node: crate::Path) -> crate::Path in fold_path() function