Struct std::collections::binary_heap::IntoIterExperimental
[-]
[+]
[src]
pub struct IntoIter<T> { // some fields omitted }
An iterator that moves out of a BinaryHeap
.