Type Alias futures_intrusive::sync::LocalSemaphoreReleaser
source · pub type LocalSemaphoreReleaser<'a> = GenericSemaphoreReleaser<'a, NoopLock>;Expand description
Aliased Type§
struct LocalSemaphoreReleaser<'a> { /* private fields */ }