Broadcast

Trait Broadcast 

Source
pub trait Broadcast {
    type Output;

    // Required method
    fn broadcast(&self) -> Self::Output;
}
Expand description

Compute the “broadcast” address for supported networks.

Required Associated Types§

Source

type Output

The type of the broadcast address

Required Methods§

Source

fn broadcast(&self) -> Self::Output

Compute the broadcast address

Implementors§