macro_rules! unsupported {
(
$deserialize:ident
$(
($($type:ty),*)
)?
) => { ... };
}
macro_rules! unsupported {
(
$deserialize:ident
$(
($($type:ty),*)
)?
) => { ... };
}