rustls
0.23.26
Module std_
lock
Module Items
Structs
In rustls::
lock
rustls
::
lock
Module
std_lock
Copy item path
Source
Structs
§
Mutex
A wrapper around
std::sync::Mutex
.
Mutex
Guard
An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.