Type Definition holochain::sweettest::SignalStream

source ·
pub type SignalStream = Box<dyn Stream<Item = Signal> + Send + Sync + Unpin>;
Expand description

A stream of signals.