Macro unit_enum_from_str

Source
macro_rules! unit_enum_from_str {
    ($iterable_type:ty) => { ... };
}