pub type MutexLockFuture<'a, T> = GenericMutexLockFuture<'a, RawMutex, T>;
Expand description