Macro parse_ip_impl

Source
macro_rules! parse_ip_impl {
    ($ty:ty, $expecting:expr, $size:tt) => { ... };
}