macro_rules! decl_test_bridges {
(
$(
pub struct $name:ident {
source = $source:ident,
target = $target:ident,
handler = $handler:ident
}
),
+
$(,)?
) => { ... };
}
macro_rules! decl_test_bridges {
(
$(
pub struct $name:ident {
source = $source:ident,
target = $target:ident,
handler = $handler:ident
}
),
+
$(,)?
) => { ... };
}