Module darling_core::util [] [src]

Utility types for attribute parsing.

Structs

Flag

Marker type equivalent to Option<()> for use in attribute parsing.

IdentList

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

Ignored

An efficient way of discarding data from an attribute.

Enums

Override

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