Expand description
More procedural macros for derive_builder.
Derive Macrosยง
- Into
Builder - Derive macro
From<T> for TBuilder. Automatically implements the conversion back fromTintoTBuilder. Furthermore,T::builder()andT::configure(self)methods are also implemented forT.