macro_rules! feedback_and {
( $last:expr ) => { ... };
( $last:expr, ) => { ... };
( $head:expr, $($tail:expr),+ $(,)?) => { ... };
}
Expand description
Variadic macro to create a chain of AndFeedback
macro_rules! feedback_and {
( $last:expr ) => { ... };
( $last:expr, ) => { ... };
( $head:expr, $($tail:expr),+ $(,)?) => { ... };
}
Variadic macro to create a chain of AndFeedback