Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs55 fn fold_assoc_type(&mut self, i: crate::AssocType) -> crate::AssocType { in fold_assoc_type() method
1085 pub fn fold_assoc_type<F>(f: &mut F, node: crate::AssocType) -> crate::AssocType in fold_assoc_type() function