pub type BoundDatagramSocketMap<I, D, S> = BoundSocketMap<I, D, <S as DatagramSocketSpec>::AddrSpec, <S as DatagramSocketSpec>::SocketMapSpec<I, D>>;Expand description
An alias for BoundSocketMap specialized for datagram sockets.
Aliased Typeยง
pub struct BoundDatagramSocketMap<I, D, S> { /* private fields */ }