Macro vrp_core::custom_dimension
source ยท macro_rules! custom_dimension { ($name:ident typeof $type:ty $(: $gen:ident)?) => { ... }; }
Expand description
A macro to define a custom dimension on crate::models::common::Dimensions.
macro_rules! custom_dimension { ($name:ident typeof $type:ty $(: $gen:ident)?) => { ... }; }
A macro to define a custom dimension on crate::models::common::Dimensions.