ant_node

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ยง

struct NodeEventsReceiver { /* private fields */ }