Skip to main content

builder_pattern

Macro builder_pattern 

Source
macro_rules! builder_pattern {
    ($name:ident, $($field:ident: $t:ty),+) => { ... };
}
Expand description

Macro to create builder patterns with fluent interface