Macros§
- Generate an impl of
FromMeta
that will accept strings which parse to floats or float literals. - Generate an impl of
FromMeta
that will accept strings which parse to numbers or integer literals. - Adapter for various expression types.
- Adapter from
syn::parse::Parse
toFromMeta
for items that cannot be expressed in asyn::MetaNameValue
. - hash_
map 🔒 - Create an impl that forwards to an inner type
T
for parsing.
Traits§
- Create an instance from an item in an attribute declaration.
- Trait to convert from a path into an owned key for a map.