Home
last modified time | relevance | path

Searched refs: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
56 fold_assoc_type(self, i) in fold_assoc_type()
1085 pub fn fold_assoc_type<F>(f: &mut F, node: crate::AssocType) -> crate::AssocType in fold_assoc_type() function
2195 crate::GenericArgument::AssocType(f.fold_assoc_type(_binding_0)) in fold_generic_argument()