Trait netstack3_base::BroadcastIpExt

source ·
pub trait BroadcastIpExt: Ip {
    type BroadcastMarker: Debug + Copy + Clone + PartialEq + Eq + Send + Sync + 'static;
}
Expand description

Ip extension trait to assist in defining [NextHop].

Required Associated Types§

source

type BroadcastMarker: Debug + Copy + Clone + PartialEq + Eq + Send + Sync + 'static

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 BroadcastIpExt for Ipv4

source§

impl BroadcastIpExt for Ipv6

Implementors§