derive_
more
0.99.18
Attribute
Ext
Required Methods
parse_meta
Implementations on Foreign Types
Attribute
Implementors
In derive_
more::
syn_
compat
derive_more
::
syn_compat
Trait
AttributeExt
Copy item path
source
pub(crate) trait AttributeExt { // Required method fn
parse_meta
(&self) ->
Result
<
ParsedMeta
>; }
Required Methods
§
source
fn
parse_meta
(&self) ->
Result
<
ParsedMeta
>
Implementations on Foreign Types
§
source
§
impl
AttributeExt
for
Attribute
source
§
fn
parse_meta
(&self) ->
Result
<
ParsedMeta
>
Implementors
§