Skip to main content

str_enum_partial_ord_impl

Macro str_enum_partial_ord_impl 

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