Macrosยง
- from_
meta_ ๐float - Generate an impl of
FromMeta
that will accept strings which parse to floats or float literals. - from_
meta_ ๐lit - from_
meta_ ๐num - Generate an impl of
FromMeta
that will accept strings which parse to numbers or integer literals. - from_
numeric_ ๐array - from_
syn_ ๐expr_ type - Adapter for various expression types.
- from_
syn_ ๐parse - Adapter from
syn::parse::Parse
toFromMeta
for items that cannot be expressed in asyn::MetaNameValue
. - map ๐
- smart_
pointer_ ๐t - Create an impl that forwards to an inner type
T
for parsing.
Traitsยง
- From
Meta - Create an instance from an item in an attribute declaration.
- KeyFrom
Path ๐ - Trait to convert from a path into an owned key for a map.