Module synthez_core::parse::attrs::field[][src]

Expand description

Batteries for working with Attrs’ fields.

Traits

Applying a value to a field::Container according to a parsing Kind and Deduplication strategy.

Applying a value to a field::Container according to a parsing Kind and Deduplication strategy from another field::Container.

TryApply and TryApplySelf traits’ shim allowing to specify a parsing Kind and Deduplication strategy as method’s type parameters.