macro_rules! with_asserters {
    ($($closure:expr),*) => { ... };
}
Expand description

Helper macro to be used to specify assertions [Receiver<T>]