Type Definition spin::lock_api::RwLockReadGuard[][src]

type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RwLock<()>, T>;
This is supported on crate features lock_api and rwlock only.
Expand description

A guard that provides immutable data access (compatible with lock_api).