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