macro_rules! with_preferred_runtime {
{ $p:ident; $($then:tt)* } => { ... };
}Expand description
with_preferred_runtime!( R; EXPR ) expands to EXPR, or to match *R {}.
macro_rules! with_preferred_runtime {
{ $p:ident; $($then:tt)* } => { ... };
}with_preferred_runtime!( R; EXPR ) expands to EXPR, or to match *R {}.