Struct concurrent_hashmap::Accessor
[−]
[src]
pub struct Accessor<'a, K: 'a, V: 'a> { /* fields omitted */ }
A handle to a particular mapping.
Note that this acts as a lock guard to a part of the map.