Type Definition bee_network::GossipSender[][src]

pub type GossipSender = UnboundedSender<Vec<u8>>;
Expand description

A type alias for an unbounded channel sender.