Searched defs:TypeInfer (Results 1 – 8 of 8) sorted by relevance
769 impl Parse for TypeInfer { implementation1202 impl ToTokens for TypeInfer { implementation
1886 impl Eq for TypeInfer {} implementation1889 impl PartialEq for TypeInfer { implementation
1956 impl Clone for TypeInfer { implementation
2519 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()
2690 impl Debug for TypeInfer { implementation
670 fn visit_type_infer(&mut self, i: &'ast TypeInfer) { in visit_type_infer()