Module field

Source
Expand description

Batteries for working with Attrs’ fields.

Traits§

TryApply
Applying a value to a field::Container according to a parsing Kind and Deduplication strategy.
TryApplySelf
Applying a value to a field::Container according to a parsing Kind and Deduplication strategy from another field::Container.
TryMerge
TryApply and TryApplySelf traits’ shim allowing to specify a parsing Kind and Deduplication strategy as method’s type parameters.