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