Skip to main content

UseDeviceIpSocketHandlerBlanket

Trait UseDeviceIpSocketHandlerBlanket 

Source
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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§