Trait forests::BiIterator [] [src]

pub trait BiIterator: Iterator {
    fn prev(&mut self) -> Option<Self::Item>;
}

Required Methods

Implementors