Struct collections::btree_set::IntoIter 1.0.0
[−]
[src]
pub struct IntoIter<T> { /* fields omitted */ }
An owning iterator over the items of a BTreeSet
.
This struct
is created by the into_iter
method on BTreeSet
(provided by the IntoIterator
trait). See its documentation for more.
Trait Implementations
impl<T> DoubleEndedIterator for IntoIter<T>
[src]
impl<T> Debug for IntoIter<T> where
T: Debug,
[src]
T: Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.