Module darling_core::codegen
source · Structs
Properties needed to generate code for a field in all the contexts
where one may appear.
impl FromField generator. This is used for parsing an individual
field and its attributes.An enum variant.
Enums
The fallback value for a field or container.
Traits
Wrapper for “outer From” traits, such as
FromDeriveInput, FromVariant, and FromField.