Macro fyrox::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.