rustc_
trait_
selection
1.84.0-nightly
(5ec7d6eee 2024-11-17)
Param
Like
Required Methods
index
Implementations on Foreign Types
EarlyParamRegion
ParamConst
ParamTy
Implementors
In rustc_
trait_
selection::
infer::
canonical::
ir::
inherent
rustc_trait_selection
::
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
§