Type Definition otter_nodejs_tests::RwLockReadGuard
[−]pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;Expand description
RAII structure used to release the shared read access of a lock when dropped.
pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;RAII structure used to release the shared read access of a lock when dropped.