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

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

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