from_impl

Macro from_impl 

Source
macro_rules! from_impl {
    ($($to:ident, $enum:ident, $from:ty)*) => { ... };
}