Macro number_from_impl

Source
macro_rules! number_from_impl {
    (Number::$variant:ident($wrap:ident($ty:ty))) => { ... };
    (Number::$variant:ident($ty:ty)) => { ... };
}