Expand description
Batteries for working with Attrs
’ fields.
Traits§
- TryApply
- Applying a value to a
field::Container
according to a parsingKind
andDedup
lication strategy. - TryApply
Self - Applying a value to a
field::Container
according to a parsingKind
andDedup
lication strategy from anotherfield::Container
. - TryMerge
TryApply
andTryApplySelf
traits’ shim allowing to specify a parsingKind
andDedup
lication strategy as method’s type parameters.