Trait rustc_infer::infer::unify_key::ToType[][src]

pub trait ToType {
    fn to_type(&self, tcx: TyCtxt<'tcx>) -> &'tcx TyS<'tcx>;
}

Required methods

Implementors