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