GossipReceiver

Type Alias GossipReceiver 

Source
pub type GossipReceiver = UnboundedReceiverStream<Vec<u8>>;
Expand description

A type alias for an unbounded channel receiver.

Aliased Typeยง

pub struct GossipReceiver { /* private fields */ }