pub trait UnwrappedEnumerable<I, T, E> { // Required method fn unwrapped(self) -> UnwrappedIter<I, T, E> ⓘ; }