|
rstd 0.1.0
|
An RAII guard returned by Mutex::lock, providing access to the protected data.
More...
An RAII guard returned by Mutex::lock, providing access to the protected data.
The mutex is released when this guard is dropped.
| T | The type of the data protected by the mutex. |