Skip to main content
AstKeyValueMetaExt
hir_
expand
0.0.0
AstKey
Value
Meta
Ext
Required Methods
value_string
Implementations on Foreign Types
KeyValueMeta
Implementors
In hir_
expand::
attrs
hir_expand
::
attrs
Trait
AstKey
Value
Meta
Ext
Copy item path
Source
pub trait AstKeyValueMetaExt { // Required method fn
value_string
(&self) ->
Option
<SmolStr>; }
Required Methods
§
Source
fn
value_string
(&self) ->
Option
<SmolStr>
Implementations on Foreign Types
§
Source
§
impl
AstKeyValueMetaExt
for KeyValueMeta
Source
§
fn
value_string
(&self) ->
Option
<SmolStr>
Implementors
§