Searched defs:type_arguments (Results 1 – 4 of 4) sorted by relevance
263 fn type_arguments(&self) -> String { in type_arguments() method
621 let mut type_arguments = self.ty.type_arguments(); in convert_type() localVariable
1264 let type_arguments = sub1.types().zip(sub2.types()); in cmp() localVariable
3899 pub fn type_arguments(&self) -> impl Iterator<Item = Type> + '_ { in type_arguments() method