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