pub trait UseUdpIpTransportContextBlanket { }
Expand description
Enables a blanket implementation of IpTransportContext
for
UdpIpTransportContext
.
Implementing this marker trait for a type enables a blanket implementation
of IpTransportContext
given the other requirements are met.