Struct shared_mutex::poison::RawPoisonGuard [] [src]

pub struct RawPoisonGuard<'poison> {
    // some fields omitted
}

A guard on a RawPoison.

If the current thread panics before this instance is dropped, the RawPoison will become poisoned when this instance drops.

Trait Implementations

impl<'poison> Drop for RawPoisonGuard<'poison>
[src]

fn drop(&mut self)

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