Module meta

Source
Available on crate feature parsing and (crate features full or derive) only.
Expand description

Facility for interpreting structured content inside of an Attribute.

Structs§

ParseNestedMeta
Context for parsing a single property in the conventional syntax for structured attributes.

Functions§

parser
Make a parser that is usable with parse_macro_input! in a #[proc_macro_attribute] macro.