Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs720 fn fold_pat_type(&mut self, i: crate::PatType) -> crate::PatType { in fold_pat_type() method
3078 pub fn fold_pat_type<F>(f: &mut F, node: crate::PatType) -> crate::PatType in fold_pat_type() function