Macro impl_cast_from_primitive

Source
macro_rules! impl_cast_from_primitive {
    ( $T:ty => $U:ty ) => { ... };
    ( $T:ty => { $( $U:ty ),* } ) => { ... };
}