Type Alias miden_objects::utils::sync::rwlock::RwLockWriteGuard

source ·
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, Spinlock, T>;
Expand description

Aliased Type§

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