spin::lock_api

Type Alias RwLockWriteGuard

Source
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RwLock<()>, T>;
Expand description

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

Aliased Typeยง

struct RwLockWriteGuard<'a, T> { /* private fields */ }