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

type MutexGuard<'a, T> = MutexGuard<'a, Mutex<()>, T>;
This is supported on crate features lock_api and mutex only.

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