rustc_
infer
1.82.0
(f6e511eec 2024-10-15)
Param
Like
Required Methods
index
Implementations on Foreign Types
EarlyParamRegion
ParamConst
ParamTy
Implementors
In rustc_
infer::
infer::
canonical::
ir::
inherent
Trait
rustc_infer
::
infer
::
canonical
::
ir
::
inherent
::
ParamLike
Copy item path
source
·
[
−
]
pub trait ParamLike { // Required method fn
index
(self) ->
u32
; }
Required Methods
§
source
fn
index
(self) ->
u32
Implementations on Foreign Types
§
source
§
impl
ParamLike
for
EarlyParamRegion
source
§
fn
index
(self) ->
u32
source
§
impl
ParamLike
for
ParamConst
source
§
fn
index
(self) ->
u32
source
§
impl
ParamLike
for
ParamTy
source
§
fn
index
(self) ->
u32
Implementors
§