Trait netaddr2::Broadcast[][src]

pub trait Broadcast {
    type Output;
    fn broadcast(&self) -> Self::Output;
}
Expand description

Compute the “broadcast” address for supported networks.

Associated Types

The type of the broadcast address

Required methods

Compute the broadcast address

Implementors