Trait rustc_lint::middle::infer::unify::ToTypeUnstable [-] [+] [src]

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

Required Methods

fn to_type(&self, tcx: &ctxt<'tcx>) -> &'tcx TyS<'tcx>

Implementors