Skip to main content

str_enum

Macro str_enum 

Source
macro_rules! str_enum {
    ($name:ident, $($variant:ident => $str:expr),*) => { ... };
}