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

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

A lock that provides mutually exclusive data access (compatible with lock_api).