macro_rules! impl_from {
    ($($t1:ty => $t2:ty, | $i:ident | {$e:expr},)*) => { ... };
}
Expand description

Utility for removing boilerplate from From impls