Module from_meta

Source

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 to FromMeta for items that cannot be expressed in a syn::MetaNameValue.
map ๐Ÿ”’
smart_pointer_t ๐Ÿ”’
Create an impl that forwards to an inner type T for parsing.

Traitsยง

FromMeta
Create an instance from an item in an attribute declaration.
KeyFromPath ๐Ÿ”’
Trait to convert from a path into an owned key for a map.