Trait arrow2::io::parquet::read::Pages

source ·
pub trait Pages: FallibleStreamingIterator<Item = Page, Error = ParquetError> + Send + Sync { }
Expand description

Trait describing a FallibleStreamingIterator of Page

Implementors§