☰
GenericParamExt
devise_core
0.4.1
GenericParamExt
Required Methods
ident
Implementations on Foreign Types
GenericParam
Implementors
In devise_core::ext
Macros
quote_respanned
Structs
IdentReplacer
LifetimeReplacer
Enums
GenericKind
Traits
AstItemExt
GenericExt
GenericParamExt
GenericsExt
PathExt
SpanDiagnosticExt
Split2
Split3
Split4
Split6
TypeExt
?
Trait
devise_core
::
ext
::
GenericParamExt
source
·
[
−
]
pub trait GenericParamExt { // Required method fn
ident
(&self) -> &
Ident
; }
Required Methods
§
source
fn
ident
(&self) -> &
Ident
Implementations on Foreign Types
§
source
§
impl
GenericParamExt
for
GenericParam
source
§
fn
ident
(&self) -> &
Ident
Implementors
§