define_with

Macro define_with 

Source
macro_rules! define_with {
    ($(#[$attr:meta])* fn $name:ident($field:ident: $ty:ty)) => { ... };
}
Expand description

Defines a builder’s with_xxx method.