Module darling::util []

Utility types for attribute parsing.

Structs

IdentList

A list of syn::Ident instances. This type is used to extract a list of words from an attribute.

Enums

Body

Contents of a type.

Override

A value which can inherit a default value or have an explicit value specified.

VariantData

A generic container which holds the body of a struct or enum variant. This is an exact match of syn::VariantData, but it allows for arbitrary types to support parsing scenarios.