Type Alias polars_lazy::frame::PathIterator

source ·
pub type PathIterator = Box<dyn Iterator<Item = PolarsResult<PathBuf>>>;

Aliased Type§

struct PathIterator(/* private fields */);