Skip to main content

UseTransportIpContextBlanket

Trait UseTransportIpContextBlanket 

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§