hydration_context

Type Alias PinnedStream

Source
pub type PinnedStream<T> = Pin<Box<dyn Stream<Item = T> + Send + Sync>>;
Expand description

Type alias for a boxed Stream.

Aliased Typeยง

struct PinnedStream<T> {}