Skip to main content

with_preferred_runtime

Macro with_preferred_runtime 

Source
macro_rules! with_preferred_runtime {
    { $p:ident; $($then:tt)* } => { ... };
}
Expand description

with_preferred_runtime!( R; EXPR ) expands to EXPR, or to match *R {}.