Module polars_arrow::trusted_len
source · Expand description
Declares TrustedLen
.
Structs§
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.