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.