Param
Like
rustc_
infer
1.85.0
(4d91de4e4 2025-02-17)
Param
Like
Required Methods
index
Implementations on Foreign Types
EarlyParamRegion
ParamConst
ParamTy
Implementors
In rustc_
infer::
infer::
canonical::
ir::
inherent
Traits
Abi
AdtDef
BoundExistentialPredicates
BoundVarLike
Clause
Const
DefId
ExprConst
Features
GenericArg
GenericArgs
GenericsOf
IntoKind
ParamEnv
ParamLike
PlaceholderLike
Predicate
Region
Safety
SliceLike
Span
Term
Ty
Tys
rustc_infer
::
infer
::
canonical
::
ir
::
inherent
Trait
ParamLike
Copy item path
Settings
Help
Summary
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
§