[][src]Type Definition duku::ReadGuard

type ReadGuard<'a, T> = RwLockReadGuard<'a, T>;

RAII structure used to release the read access