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