macro_rules! deserialize_any {
(@expand [$($num_string:tt)*]) => { ... };
(owned) => { ... };
(ref) => { ... };
}
macro_rules! deserialize_any {
(@expand [$($num_string:tt)*]) => { ... };
(owned) => { ... };
(ref) => { ... };
}