Trait rustc::infer::unify_key::ToType
[−]
[src]
pub trait ToType { fn to_type<'a, 'gcx, 'tcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>; }
Unstable (
rustc_private
)Required Methods
Implementors
impl ToType for IntVarValue
impl ToType for FloatTy