Struct std_semaphore::SemaphoreGuard
[−]
[src]
pub struct SemaphoreGuard<'a> {
// some fields omitted
}An RAII guard which will release a resource acquired from a semaphore when dropped.