Type Alias reactive_graph::PinnedStream

source ·
pub type PinnedStream<T> = Pin<Box<dyn Stream<Item = T> + Send + Sync>>;

Aliased Type§

struct PinnedStream<T> { /* private fields */ }