convert_enum_from

Macro convert_enum_from 

Source
macro_rules! convert_enum_from {
    ($src:ident, $dst:ident, $($variant:ident,)*) => { ... };
}