macro_rules! custom_activity_state {
($name:ident typeof $type:ty $(: $gen:ident)?) => { ... };
}Expand description
A macro to define a custom activity state on crate::construction::heuristics::RouteState.
macro_rules! custom_activity_state {
($name:ident typeof $type:ty $(: $gen:ident)?) => { ... };
}A macro to define a custom activity state on crate::construction::heuristics::RouteState.