Crate derive_attribute_utils
source ·Modules
Structs
- A result type that can contain multiple errors and a value at the same time.
Enums
Traits
- Represents a struct that can be deserialized from Syn attributes.
- Combines an argument with a previously stored instance.
- Gets the Span of Syn metadata
- Represents a Syn version and how it can parse attribute data into values
- A trait for deserializing Syn metadata.
Its recommended that you use theCustomArgFromMeta
trait for deserializing simple arguments.
Functions
- Validates a simple required type.