Macro bluejay_validator::chain_iters

source ยท
macro_rules! chain_iters {
    ( $first:expr, $( $rest:expr ),+ $(,)? ) => { ... };
    ( $iter:expr ) => { ... };
}