rustc_
infer
1.84.0-nightly
(ee612c45f 2024-11-19)
Param
Like
Required Methods
index
Implementations on Foreign Types
EarlyParamRegion
ParamConst
ParamTy
Implementors
In rustc_
infer::
infer::
canonical::
ir::
inherent
rustc_infer
::
infer
::
canonical
::
ir
::
inherent
Trait
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
§