[][src]Type Definition spinny::RwLockReadGuard

type RwLockReadGuard<'a, T> = LARwLockReadGuard<'a, RawRwSpinlock, T>;

A read guard for the read-write lock.