Type Alias polars::prelude::PathIterator

source ·
pub type PathIterator = Box<dyn Iterator<Item = Result<PathBuf, PolarsError>>>;
Available on crate feature lazy only.

Aliased Type§

struct PathIterator(/* private fields */);