Trait arrow2::trusted_len::TrustedLen[][src]

pub unsafe trait TrustedLen: Iterator { }
Expand description

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.

Implementations on Foreign Types

Implementors