macro_rules! impl_builder_methods { ($builder:ident, $($field:ident: $field_type:ty),*) => { ... }; }