Macro builder_opt_field

Source
macro_rules! builder_opt_field {
    ($field:ident, $field_type:ty) => { ... };
}