Skip to main content

IndexMapGet

Type Alias IndexMapGet 

Source
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 */ }