macro_rules! define_blocking_pubsub_test_suite {
($harness:ident) => { ... };
}
Expand description
Expands into a suite of pubsub unit tests using the passed type as the test harness.
macro_rules! define_blocking_pubsub_test_suite {
($harness:ident) => { ... };
}
Expands into a suite of pubsub unit tests using the passed type as the test harness.