Module arrow2::trusted_len

source ·
Expand description

Declares TrustedLen.

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.