macro_rules! str_enum_from_iterator_impl {
($self:ident, [$($other:ty),*]) => { ... };
('a $self:ident, [$($other:ty),*]) => { ... };
}macro_rules! str_enum_from_iterator_impl {
($self:ident, [$($other:ty),*]) => { ... };
('a $self:ident, [$($other:ty),*]) => { ... };
}