[][src]Trait restorable::Restorable

pub trait Restorable<I>: Iterator where
    I: Clone
{ fn iter_restorable(self) -> RestorableIter<Self, I>
    where
        Self: Sized + Iterator<Item = I>
, { ... } }

Provided methods

Important traits for RestorableIter<T, I>
fn iter_restorable(self) -> RestorableIter<Self, I> where
    Self: Sized + Iterator<Item = I>, 

Loading content...

Implementors

impl<I, T: ?Sized> Restorable<I> for T where
    T: Iterator<Item = I>,
    I: Clone
[src]

Loading content...