pub type SemaphoreReleaser<'a> = GenericSemaphoreReleaser<'a, RawMutex>;
Expand description

Aliased Type§

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