Use IntoIterator<>
for Vec
and HashMap
setters
#461
Labels
good first issue
This issue is a good place to started contributing to this repository.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
As suggested in #460, we can use
IntoIterator<>
to accept more types forVec<>
andHashMap<>
fields.The text was updated successfully, but these errors were encountered: