Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs928 fn fold_type_path(&mut self, i: crate::TypePath) -> crate::TypePath { in fold_type_path() method
3647 pub fn fold_type_path<F>(f: &mut F, node: crate::TypePath) -> crate::TypePath in fold_type_path() function