Function progress

Source
pub fn progress<T>(boxed: Box<dyn Iterator<Item = T>>) -> Progress<T>