builder_field

Macro builder_field 

Source
macro_rules! builder_field {
    ($( $name:ident: $type:ty ),* ,) => { ... };
}