Crate const_typed_builder_derive
source ·Derive Macros
- The
derive_buildermacro is used to automatically generate builder code for a struct. It takes a struct as input and generates a builder pattern implementation for that struct.
derive_builder macro is used to automatically generate builder
code for a struct. It takes a struct as input and generates a builder
pattern implementation for that struct.