rust-typed-builder icon indicating copy to clipboard operation
rust-typed-builder copied to clipboard

enable setter(into) at struct level

Open evbo opened this issue 8 months ago • 3 comments

per https://github.com/idanarye/rust-typed-builder/issues/82 could we make this one step easier like derive-builder does by allowing setter(into) for the entire struct? Then, so long as Into is implemented for any field it saves you from having to type setter(into) for each one individually.

Not a big deal, but... ya know.. heated seats...

evbo avatar Feb 14 '25 18:02 evbo