macro_rules! impl_connection {
({$({ $variant_name:ident, $connection_type:ty, $pb_connection_path:path }),*}) => { ... };
}
macro_rules! impl_connection {
({$({ $variant_name:ident, $connection_type:ty, $pb_connection_path:path }),*}) => { ... };
}