Trait rustc::infer::unify_key::ToType
[−]
[src]
pub trait ToType {
fn to_type<'a, 'gcx, 'tcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>;
}🔬 This is a nightly-only experimental API. (
rustc_private)Required Methods
fn to_type<'a, 'gcx, 'tcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>
🔬 This is a nightly-only experimental API. (
rustc_private)Implementors
impl ToType for IntVarValueimpl ToType for FloatTy