Type Definition swc_common::sync::WriteGuard

source · []
pub type WriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwLock, T>;
Expand description

RAII structure used to release the exclusive write access of a lock when dropped.