Type Definition spin::lock_api::MutexGuard

source ·
pub type MutexGuard<'a, T> = MutexGuard<'a, Mutex<()>, T>;
Expand description

A guard that provides mutable data access (compatible with lock_api).