Trait IcmpEchoContextMarker

Source
pub trait IcmpEchoContextMarker { }
Expand description

Resolve coherence issues by requiring a trait implementation with no type parameters, which makes the blanket implementations for the datagram specs viable.

Implementors§

impl<BT: BindingsTypes, L> IcmpEchoContextMarker for CoreCtx<'_, BT, L>