pub trait Broadcast { type Output; // Required method fn broadcast(&self) -> Self::Output; }
Compute the “broadcast” address for supported networks.
The type of the broadcast address
Compute the broadcast address