Macro from_err

Source
macro_rules! from_err {
    ($from:ty, $to:tt, $var:tt) => { ... };
}