Struct collections::btree_map::Range 1.17.0
[−]
[src]
pub struct Range<'a, K, V> where
K: 'a,
V: 'a, { /* fields omitted */ }
An iterator over a sub-range of entries in a BTreeMap
.
This struct
is created by the range
method on BTreeMap
. See its
documentation for more.
Trait Implementations
impl<'a, K, V> Iterator for Range<'a, K, V>
[src]
impl<'a, K, V> Clone for Range<'a, K, V>
[src]
impl<'a, K, V> FusedIterator for Range<'a, K, V>
[src]
impl<'a, K, V> DoubleEndedIterator for Range<'a, K, V>
[src]
impl<'a, K, V> Debug for Range<'a, K, V> where
K: 'a + Debug,
V: 'a + Debug,
[src]
K: 'a + Debug,
V: 'a + Debug,