colin-kiegel / rust-derive-builder

derive builder implementation for rust structs
https://colin-kiegel.github.io/rust-derive-builder/
Apache License 2.0
1.32k stars 88 forks source link

Support setter(each(into)) #234

Closed TedDriggs closed 2 years ago

TedDriggs commented 2 years ago

This change is based on #214, allowing collection setters to use Into for extension items. This change is backward-compatible; both the name and nested form of each are supported.

cc @uint @andy128k