Macro from_str_int_impl

Source
macro_rules! from_str_int_impl {
    ($signedness:ident $($int_ty:ty)+) => { ... };
}