Macro into_int_impl

Source
macro_rules! into_int_impl {
    ($($ty:ty)*) => { ... };
}