Type Definition sc_transaction_graph::EventStream
source · [−]pub type EventStream<H> = Receiver<H>;
Expand description
Modification notification event stream type;
pub type EventStream<H> = Receiver<H>;
Modification notification event stream type;