macro_rules! from { ($from:ty => $ty:ident $(<$($generic:ident),*>)?) => { ... }; }
A helper to implement From for a unit struct.
From