Struct std::sync::SemaphoreGuardExperimental [-]  [+] [src]

pub struct SemaphoreGuard<'a> {
    // some fields omitted
}

An RAII guard which will release a resource acquired from a semaphore when dropped.

Trait Implementations

impl<'a> Drop for SemaphoreGuard<'a>

fn drop(&mut self)