Struct collections::btree_map::IterExperimental
[-]
[+]
[src]
pub struct Iter<'a, K: 'a, V: 'a> { // some fields omitted }
An iterator over a BTreeMap's entries.
pub struct Iter<'a, K: 'a, V: 'a> { // some fields omitted }
An iterator over a BTreeMap's entries.
impl<'a, K, V> Iterator<(&'a K, &'a V)> for Iter<'a, K, V>
impl<'a, K, V> DoubleEndedIterator<(&'a K, &'a V)> for Iter<'a, K, V>
impl<'a, K, V> ExactSizeIterator<(&'a K, &'a V)> for Iter<'a, K, V>
impl<'a, K, V> Iterator<(&'a K, &'a V)> for Iter<'a, K, V>
impl<'a, K, V> DoubleEndedIterator<(&'a K, &'a V)> for Iter<'a, K, V>
impl<'a, K, V> ExactSizeIterator<(&'a K, &'a V)> for Iter<'a, K, V>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).