macro_rules! feedback_and_fast {
    ( $last:expr ) => { ... };
    ( $head:expr, $($tail:expr), +) => { ... };
}
Expand description

Variadic macro to create a chain of (fast) AndFeedback