Struct collections::binary_heap::Iter 1.0.0
[−]
[src]
pub struct Iter<'a, T> where
T: 'a, { /* fields omitted */ }
An iterator over the elements of a BinaryHeap
.
This struct
is created by the iter
method on BinaryHeap
. See its
documentation for more.
Trait Implementations
impl<'a, T> DoubleEndedIterator for Iter<'a, T>
[src]
impl<'a, T> Debug for Iter<'a, T> where
T: 'a + Debug,
1.17.0[src]
T: 'a + Debug,
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.