Searched defs:TypeInfer (Results 1 – 8 of 8) sorted by relevance
687 impl Parse for TypeInfer { implementation1131 impl ToTokens for TypeInfer { implementation
2676 impl Debug for TypeInfer { implementation2678 impl TypeInfer { in fmt() implementation
1858 impl Eq for TypeInfer {} implementation1861 impl PartialEq for TypeInfer { implementation
1920 impl Clone for TypeInfer { implementation
2480 impl Hash for TypeInfer { implementation
803 fn visit_type_infer_mut(&mut self, i: &mut TypeInfer) { in visit_type_infer_mut()
806 fn fold_type_infer(&mut self, i: TypeInfer) -> TypeInfer { in fold_type_infer()
802 fn visit_type_infer(&mut self, i: &'ast TypeInfer) { in visit_type_infer()