Struct tokio::sync::SemaphorePermit [−][src]
#[must_use]pub struct SemaphorePermit<'a> { /* fields omitted */ }
Expand description
A permit from the semaphore
Implementations
impl<'a> SemaphorePermit<'a>[src]
impl<'a> SemaphorePermit<'a>[src]Trait Implementations
impl<'a> Debug for SemaphorePermit<'a>[src]
impl<'a> Debug for SemaphorePermit<'a>[src]