Macro parse_socket_impl

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