pub type SemaphoreAcquireFuture<'a> = GenericSemaphoreAcquireFuture<'a, RawMutex>;
Expand description

Aliased Type§

struct SemaphoreAcquireFuture<'a> { /* private fields */ }