☰
Trait ToType
Required Methods
to_type
Implementors
Other items in
rustc_middle
::
infer
::
unify_key
All crates
?
Trait
rustc_middle
::
infer
::
unify_key
::
ToType
[
−
]
[src]
pub trait ToType { fn
to_type
<'tcx>(&self, tcx:
TyCtxt
<'tcx>) ->
Ty
<'tcx>; }
Required methods
[src]
fn
to_type
<'tcx>(&self, tcx:
TyCtxt
<'tcx>) ->
Ty
<'tcx>
Implementors
[src]
impl
ToType
for
IntVarValue
[src]
impl
ToType
for
FloatVarValue