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

Aliased Type§

struct MutexLockFuture<'a, T> { /* private fields */ }