macro_rules! main_test_or_dev {
($main:expr, $test:expr, $dev:expr) => { ... };
}
Expand description
Macro to set a value (e.g. when using the parameter_types
macro) based on
the current runtime variant being build.
macro_rules! main_test_or_dev {
($main:expr, $test:expr, $dev:expr) => { ... };
}
Macro to set a value (e.g. when using the parameter_types
macro) based on
the current runtime variant being build.