[][src]Type Definition duku::WriteGuard

type WriteGuard<'a, T> = RwLockWriteGuard<'a, T>;

RAII structure used to release the write access