pub struct LockGuard { /* private fields */ }Expand description
An RAII implementation of a “scoped lock”. When this structure is dropped (falls out of scope), the virtual lock will be unlocked.
pub struct LockGuard { /* private fields */ }An RAII implementation of a “scoped lock”. When this structure is dropped (falls out of scope), the virtual lock will be unlocked.