Trait rs_progress::Progressable[][src]

pub trait Progressable<T>: Iterator<Item = T> where
    Self: Sized,
    Self: 'static, 
{ fn prog(self) -> Progress<T>
Notable traits for Progress<T>
impl<T> Iterator for Progress<T> type Item = T;
{ ... } }

Provided methods

Implementors