//! `std::sync::Mutex` backend (used when the `parking-lot` Cargo feature is
//! disabled). The standard library mutex is fully supported by Miri on every
//! platform, including Windows.
use ;
/// Lock used by the containers. Behaves like a mutex on `()`.
pub
/// Guard returned by [`SyncLock::lock`]. Only ever held (for its `Drop`),
/// never dereferenced.
pub