Skip to main content

str_enum_from_iterator_impl

Macro str_enum_from_iterator_impl 

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