macro_rules! parse_socket_impl {
    ($expecting:tt $ty:ty, $new:expr) => { ... };
}