Struct semaphore::Guard [] [src]

pub struct Guard { /* fields omitted */ }

An RAII guard used to release a semaphore automatically when it falls out of scope.

Trait Implementations

impl Drop for Guard
[src]

[src]

Executes the destructor for this type. Read more