Trait netstack3_base::IpTypesIpExt

source ·
pub trait IpTypesIpExt: IpExt {
    type BroadcastMarker: Debug + Copy + Clone + PartialEq + Eq;
}
Expand description

Ip extension trait to assist in defining [NextHop].

Required Associated Types§

source

type BroadcastMarker: Debug + Copy + Clone + PartialEq + Eq

A marker type carried by the [NextHop::Broadcast] variant to indicate that it is uninhabited for IPv6.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IpTypesIpExt for Ipv4

source§

impl IpTypesIpExt for Ipv6

Implementors§