Macro impl_from_value_for_int

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