Type Alias swc_core::common::sync::WriteGuard

pub type WriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwLock, T>;
Available on crate feature __common only.
Expand description

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

Aliased Type§

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