timechain_runtime

Macro main_test_or_dev

Source
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.