macro_rules! impl_deserialize_for_wrapped_tuple {
    ($type:ty) => { ... };
}