Module darling::util

source ·
Expand description

Utility types for attribute parsing.

Structs

Marker type equivalent to Option<()> for use in attribute parsing.
A list of syn::Ident instances. This type is used to extract a list of words from an attribute.
A wrapper for an Ident which also keeps the value as a string.
An efficient way of discarding data from a syntax element.
A container to parse some syntax and retain access to the original.

Enums

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