pub type PartitionedFileStream = Pin<Box<dyn Stream<Item = Result<PartitionedFile>> + Send + Sync + 'static>>;Expand description
Stream of files get listed from object store
Aliased Typeยง
#[repr(transparent)]pub struct PartitionedFileStream { /* private fields */ }