Trait wildland_corex::dfs::interface::stream::IntoBoxedChunks
source · pub trait IntoBoxedChunks {
// Required method
fn chunks(self, chunk_size: usize) -> BoxedChunks ⓘ;
}
Expand description
Trait that allows to create a chunking iterator over boxed IStream objects.