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.