Macro impl_has_variant

Source
macro_rules! impl_has_variant {
    ( $({$convention:ident $variant_name:ident}),* ) => { ... };
}