pub type SendableArrayStream = Pin<Box<dyn ArrayStream + Send>>;
Trait for a Stream of ArrayRefs that can be passed between threads.
Stream
ArrayRef
struct SendableArrayStream {}