Searched defs:TypeInfer (Results 1 – 8 of 8) sorted by relevance
732 impl Parse for TypeInfer { implementation1215 impl ToTokens for TypeInfer { implementation
1998 impl Eq for crate::TypeInfer {} implementation2001 impl PartialEq for crate::TypeInfer { implementation
1992 impl Clone for crate::TypeInfer { implementation
2845 impl Debug for crate::TypeInfer { implementation2851 impl crate::TypeInfer { implementation
2547 impl Hash for crate::TypeInfer { implementation
832 fn visit_type_infer_mut(&mut self, i: &mut crate::TypeInfer) { in visit_type_infer_mut()
895 fn fold_type_infer(&mut self, i: crate::TypeInfer) -> crate::TypeInfer { in fold_type_infer()
824 fn visit_type_infer(&mut self, i: &'ast crate::TypeInfer) { in visit_type_infer()