Macrosยง
- from_
meta_ ๐float Generate an impl ofFromMeta
that will accept strings which parse to floats or float literals. - from_
meta_ ๐lit - from_
meta_ ๐num Generate an impl ofFromMeta
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 fromsyn::parse::Parse
toFromMeta
for items that cannot be expressed in asyn::MetaNameValue
. - hash_
map ๐ - smart_
pointer_ ๐t Create an impl that forwards to an inner typeT
for parsing.
Traitsยง
- 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.