Crate macro_input_core
Source Expand description
- Def
- a field definition
- Defs
Defs
is a collection of Def
s- Type
- the type of a field
- DefaultValue
- a default value for a
Def
- Types
- all the types a field can contain
- FromLit
- a trait for extracting a value from a literal
- FromMeta
- a trait for extracting a value from
Option<syn::Meta>