rustc_middle
1.78.0-dev
ConstTy
Required Methods
ty
Implementors
In rustc_middle::ty
?
Trait
rustc_middle
::
ty
::
ConstTy
source
·
[
−
]
pub trait ConstTy<I>
where I:
Interner
,
{ // Required method fn
ty
(self) -> <I as
Interner
>::
Ty
; }
Required Methods
§
source
fn
ty
(self) -> <I as
Interner
>::
Ty
Implementors
§
source
§
impl<'tcx>
ConstTy
<
TyCtxt
<'tcx>> for
Const
<'tcx>