Struct tokio::sync::OwnedSemaphorePermit [−][src]
#[must_use]pub struct OwnedSemaphorePermit { /* fields omitted */ }
An owned permit from the semaphore.
This type is created by the acquire_owned
method.
Implementations
impl OwnedSemaphorePermit
[src]
impl OwnedSemaphorePermit
[src]Trait Implementations
impl Drop for OwnedSemaphorePermit
[src]
impl Drop for OwnedSemaphorePermit
[src]