parent
b1c05c5c2b
commit
b02c4049cb
1 changed files with 2 additions and 0 deletions
|
@ -1501,6 +1501,8 @@ unsafe impl<A> TrustedLen for IterMut<'_, A> {}
|
||||||
/// The iterator yields one value if the [`Option`] is a [`Some`], otherwise none.
|
/// The iterator yields one value if the [`Option`] is a [`Some`], otherwise none.
|
||||||
///
|
///
|
||||||
/// This `struct` is created by the [`Option::into_iter`] function.
|
/// This `struct` is created by the [`Option::into_iter`] function.
|
||||||
|
///
|
||||||
|
/// [`Option::into_iter`]: enum.Option.html#method.into_iter
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub struct IntoIter<A> {
|
pub struct IntoIter<A> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue