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> 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,
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.