macro_rules! test_with_one_runtime {
    ( $fn:expr ) => { ... };
}
Expand description

Run a test closure, passing as argument one supported runtime.

(Always prefers tokio if present.)