Skip to main content

HashMapGet

Type Alias HashMapGet 

Source
pub type HashMapGet<'a, V> = ReadGuard<'a, V>;
Expand description

Read guard returned by SyncHashMap::get.

Aliased Typeยง

pub struct HashMapGet<'a, V> { /* private fields */ }