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§

pub struct SendableArrayStream { /* private fields */ }

Trait Implementations§