#[derive(Builder)]
{
// Attributes available to this derive:
#[builder]
}
Expand description
Implement the builder pattern for the target struct
#[derive(Builder)]
{
// Attributes available to this derive:
#[builder]
}
Implement the builder pattern for the target struct