Skip to main content

BtreeMapGet

Type Alias BtreeMapGet 

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

Read guard returned by SyncBtreeMap::get.

Aliased Typeยง

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