Expand description

More procedural macros for derive_builder.

Derive Macros

  • Derive macro From<T> for TBuilder. Automatically implements the conversion back from T into TBuilder. Furthermore, T::builder() and T::configure(self) methods are also implemented for T.