Skip to main content

GossipSender

Type Alias GossipSender 

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

A type alias for an unbounded channel sender.

Aliased Typeยง

pub struct GossipSender { /* private fields */ }