[][src]Type Definition spin::lock_api::MutexGuard

type MutexGuard<'a, T> = MutexGuard<'a, Mutex<()>, T>;

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