pub type GossipSender = UnboundedSender<Vec<u8>>;Expand description
A type alias for an unbounded channel sender.
Aliased Typeยง
pub struct GossipSender { /* private fields */ }pub type GossipSender = UnboundedSender<Vec<u8>>;A type alias for an unbounded channel sender.
pub struct GossipSender { /* private fields */ }