RwLockReadGuard

Type Alias RwLockReadGuard 

Source
pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwSpinlock, T>;
๐Ÿ‘ŽDeprecated since 0.2.4: Use spin-rs instead
Expand description

A read guard for the read-write lock.

Aliased Typeยง

pub struct RwLockReadGuard<'a, T> { /* private fields */ }