macro_rules! impl_for {
    ($x:ty, $($xs:tt)*) => { ... };
    ($x:ty) => { ... };
    () => { ... };
}
Expand description

Implements From for all numeric types