pub fn generate_okok_iterator<T>( ok_vec: Vec<T>, ) -> Box<dyn Iterator<Item = Result<T, Error>>>where T: Clone + 'static,