pub type MultiGraphStream<'a, S> = Pin<Box<dyn Stream<Item = Result<MultiGraphEvent<S>, SynapticError>> + Send + 'a>>;Expand description
A stream of multi-mode graph events.
Aliased Typeยง
pub struct MultiGraphStream<'a, S> { /* private fields */ }pub type MultiGraphStream<'a, S> = Pin<Box<dyn Stream<Item = Result<MultiGraphEvent<S>, SynapticError>> + Send + 'a>>;A stream of multi-mode graph events.
pub struct MultiGraphStream<'a, S> { /* private fields */ }