Skip to main content

create_builder

Macro create_builder 

Source
macro_rules! create_builder {
    ($builder_name:ident, $attributes:ident, $enum_name:ident, $counter_name:ident, $( $field:ident { value: $type:ty } ),* ) => { ... };
}
Expand description

macro to create the set_ functions for the values in a Builder format