pub fn unrwlockify<T: Clone>( iter: impl Iterator<Item = Rc<RwLock<T>>>, ) -> impl Iterator<Item = T>