with_builder

Macro with_builder 

Source
macro_rules! with_builder {
    ($builder:ty => $ty:ty) => { ... };
}
Expand description

Generate builder() method which return builder with default values.