Crate evitable_syn_meta_ext

Source

Re-exports§

pub use ast::*;

Modules§

ast
error

Structs§

MetaList
MetaNameValue

Enums§

Meta
MetaValue
NestedMeta
Element of a compile-time attribute list.

Traits§

AttrExt
FromDeriveInput
Creates an instance by parsing an entire proc-macro derive input, including the, identity, generics, and visibility of the type.
FromField
Creates an instance by parsing an individual field and its attributes.
FromMeta
FromVariant
Creates an instance from a specified syn::Variant.
PathExt