Macro _try_runtime_or_std_enabled

Source
macro_rules! _try_runtime_or_std_enabled {
    ($($input:tt)*) => { ... };
}
Expand description