Skip to main content

MultiGraphStream

Type Alias MultiGraphStream 

Source
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 */ }