Trait netstack3_datagram::DualStackIpExt

source ·
pub trait DualStackIpExt: DualStackBaseIpExt + DualStackIpExt<OtherVersion: DualStackBaseIpExt> { }
Expand description

A marker trait for dual-stack socket features.

This trait acts as a marker for [DualStackBaseIpExt] for both Self and Self::OtherVersion.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<I> DualStackIpExt for I
where I: DualStackBaseIpExt + DualStackIpExt<OtherVersion: DualStackBaseIpExt>,