Struct collections::btree_map::KeysExperimental
[-]
[+]
[src]
pub struct Keys<'a, K: 'a, V: 'a> {
// some fields omitted
}An iterator over a BTreeMap's keys.
pub struct Keys<'a, K: 'a, V: 'a> {
// some fields omitted
}An iterator over a BTreeMap's keys.
impl<'a, K, V> Iterator<&'a K> for Keys<'a, K, V>impl<'a, K, V> DoubleEndedIterator<&'a K> for Keys<'a, K, V>impl<'a, K, V> ExactSizeIterator<&'a K> for Keys<'a, K, V>impl<'a, K, V> Iterator<&'a K> for Keys<'a, K, V>impl<'a, K, V> DoubleEndedIterator<&'a K> for Keys<'a, K, V>impl<'a, K, V> ExactSizeIterator<&'a K> for Keys<'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).