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