Type Alias SendableArrayStream

Source
pub type SendableArrayStream = Pin<Box<dyn ArrayStream + Send>>;
Expand description

Trait for a Stream of ArrayRefs that can be passed between threads.

Aliased Typeยง

struct SendableArrayStream {}