Macro tor_rtcompat::test_with_all_runtimes
source · [−]macro_rules! test_with_all_runtimes {
( $fn:expr ) => { ... };
}
Expand description
Run a test closure, passing as argument every supported runtime.
(This is a macro so that it can repeat the closure as multiple separate expressions, so it can take on two different types, if needed.)