pub type DualStackUdpSocketId<I, D, BT> = <I as DualStackBaseIpExt>::DualStackBoundSocketId<D, Udp<BT>>;Expand description
Alias for a SocketId that can reference either V4 or V6 socket.
pub type DualStackUdpSocketId<I, D, BT> = <I as DualStackBaseIpExt>::DualStackBoundSocketId<D, Udp<BT>>;Alias for a SocketId that can reference either V4 or V6 socket.