pub trait OneIter { // Required method fn one_iter(&self) -> OneIterator ⓘ; }
Instantiate a OneIterator for the underlying object