impl_from_for

Macro impl_from_for 

Source
macro_rules! impl_from_for {
    ( $( $type:ty => $variant:ident ),* $(,)? ) => { ... };
}