Builder

Derive Macro Builder 

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

Implement the builder pattern for the target struct