impl_serdebytestr_seq

Macro impl_serdebytestr_seq 

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