Searched defs:TypeInfer (Results 1 – 8 of 8) sorted by relevance
787 impl Parse for TypeInfer { implementation1251 impl ToTokens for TypeInfer { implementation
1886 impl Eq for TypeInfer {} implementation1889 impl PartialEq for TypeInfer { implementation
1963 impl Clone for TypeInfer { implementation
2526 impl Hash for TypeInfer { implementation
671 fn visit_type_infer_mut(&mut self, i: &mut TypeInfer) { in visit_type_infer_mut()
674 fn fold_type_infer(&mut self, i: TypeInfer) -> TypeInfer { in fold_type_infer()
2697 impl Debug for TypeInfer { implementation
670 fn visit_type_infer(&mut self, i: &'ast TypeInfer) { in visit_type_infer()