Trait netstack3_ip::marker::UseIpSocketContextBlanket

source ·
pub trait UseIpSocketContextBlanket { }
Expand description

Enables a blanket implementation of IpSocketContext.

Implementing this marker trait for a type enables a blanket implementation of IpSocketContext given the other requirements are met.

Implementors§