pub trait LanceIteratorExtension { // Required method fn exact_size(self, size: usize) -> ExactSize<Self> ⓘ where Self: Sized; }