Searched refs:fold_assoc_type (Results 1 – 1 of 1) sorted by relevance
55 fn fold_assoc_type(&mut self, i: crate::AssocType) -> crate::AssocType { in fold_assoc_type() method56 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() function2195 crate::GenericArgument::AssocType(f.fold_assoc_type(_binding_0)) in fold_generic_argument()