[][src]Type Definition spinny::RwLockWriteGuard

type RwLockWriteGuard<'a, T> = LARwLockWriteGuard<'a, RawRwSpinlock, T>;

A write guard fo the read-write lock.