pub type RwMutexWriteGuard<'a, T> = RwMutexWriteGuard_<T, &'a RwMutex<T>>;
A guard that provides exclusive write access to the data protected by a RwMutex.
RwMutex
struct RwMutexWriteGuard<'a, T> { /* private fields */ }