Module polars_arrow::trusted_len [−][src]
Traits
An iterator of known, fixed size.
A trait denoting Rusts’ unstable TrustedLen.
This is re-defined here and implemented for some iterators until std::iter::TrustedLen
is stabilized.
*Implementation from Jorge Leitao on Arrow2