pub trait Unpoison { type Guard; // Required method fn unpoison(self) -> Self::Guard; }
Unpoison a lock guard
The lock guard type
Get the lock guard regardless of poisoning status