Trait rustc::middle::infer::unify::ToTypeUnstable
[-] [+]
[src]
pub trait ToType<'tcx> { fn to_type(&self, tcx: &ctxt<'tcx>) -> Ty<'tcx>; }
Required Methods
Implementors
impl<'tcx> ToType<'tcx> for IntVarValue
impl<'tcx> ToType<'tcx> for FloatTy