Struct sema::SemaphoreGuard [] [src]

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

Trait Implementations

impl<'a> Drop for SemaphoreGuard<'a>
[src]

A method called when the value goes out of scope. Read more