pub type UdpSocketState<I, D, BT> = SocketState<I, D, Udp<BT>>;Expand description
A UDP socket’s state.
Aliased Type§
pub struct UdpSocketState<I, D, BT> {
pub inner: SocketStateInner<I, D, Udp<BT>>,
/* private fields */
}Fields§
§inner: SocketStateInner<I, D, Udp<BT>>Bind/connect state of the socket.