NodeEventsReceiver

Type Alias NodeEventsReceiver 

Source
pub type NodeEventsReceiver = Receiver<NodeEvent>;
Expand description

Type of channel receiver where events are broadcasted to by the node.

Aliased Typeยง

pub struct NodeEventsReceiver { /* private fields */ }