macro_rules! dispatch_to_common_tag_fields {
    (impl HasVars for $ty:ty) => { ... };
    (impl<'a> HasCommonTagFields<'a> for $ty:ty) => { ... };
    (impl Validatable for $ty:ty) => { ... };
}