Macro impl_from_numeric_for_value

Source
macro_rules! impl_from_numeric_for_value {
    ($($source:ty),* $(,)?) => { ... };
}