Macro warp::test::inner::one_or_tuple

source ยท
macro_rules! one_or_tuple {
    ($type1:ident) => { ... };
    ($type1:ident, $( $type:ident ),*) => { ... };
}