1 2 3 4 5 6 7 8 9
use bauer::Builder; #[derive(Builder)] pub struct Foo { #[builder(default, default)] field_a: String, } fn main() {}