The key thing is that you need to be able to somehow extract an Option<&'a mut T> from a &'b mut IterMut<'a, T> . To understand why IterMut<'a, ...
確定! 回上一頁