pub trait IterNextBack<S>: IterBase<S> { // Required method fn iter_next_back(&mut self, state: &mut S) -> Option<Self::T>; }