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