macro_rules! impl_serdebytestr_seq {
($([$($g:ident)*] $t:ty $(where [$($tt:tt)*])?),* $(,)?) => { ... };
(@kv $([$($g:ident)*] $t:ty $(where [$($tt:tt)*])?),* $(,)?) => { ... };
}macro_rules! impl_serdebytestr_seq {
($([$($g:ident)*] $t:ty $(where [$($tt:tt)*])?),* $(,)?) => { ... };
(@kv $([$($g:ident)*] $t:ty $(where [$($tt:tt)*])?),* $(,)?) => { ... };
}