Trait netstack3_ip::marker::OptionDelegationMarker

source ·
pub trait OptionDelegationMarker { }
Expand description

A marker trait to allow option delegation traits.

This trait sidesteps trait resolution rules around the delegation traits because of the Ip parameter in them.

Implementors§