Expand description
Deduplication strategies of an Attrs
’ field parsing.
Enums§
- First
Dedup
lication strategy picking only the first parsed value of anAttrs
’ field.- Last
Dedup
lication strategy picking only the last parsed value of anAttrs
’ field.- Unique
Dedup
lication strategy allowing only a single value of anAttrs
’ field to appear.
Traits§
- Dedup
- Abstracted deduplication strategy of an
Attrs
’ field parsing into afield::Container
.