#[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.
#[derive(ConstBuilder)]
{
// Attributes available to this derive:
#[builder]
}
Generates the builder types for the attributed struct.
See the crate-level documentation for more details.