Macro impl_from_integer

Source
macro_rules! impl_from_integer {
    ($($int_type: ident $variant: ident);* $(;)?) => { ... };
}