pub type IndexMapGet<'a, V> = ReadGuard<'a, V>;Expand description
Read guard returned by SyncIndexMap::get.
Aliased Typeยง
pub struct IndexMapGet<'a, V> { /* private fields */ }pub type IndexMapGet<'a, V> = ReadGuard<'a, V>;Read guard returned by SyncIndexMap::get.
pub struct IndexMapGet<'a, V> { /* private fields */ }