pub trait IdentifyLast: Iterator + Sized { // Required method fn identify_last(self) -> Iter<Self> ⓘ; }