ConstBuilder

Derive Macro ConstBuilder 

Source
#[derive(ConstBuilder)]
{
    // Attributes available to this derive:
    #[builder]
}
Expand description

Generates the builder types for the attributed struct.

See the crate-level documentation for more details.