Skip to main content

IsntRwLockExt

Trait IsntRwLockExt 

Source
pub trait IsntRwLockExt<T: ?Sized>: Sealed<T> {
    // Required method
    fn is_not_poisoned(&self) -> bool;
}
Expand description

Extension for RwLock

Required Methods§

Source

fn is_not_poisoned(&self) -> bool

The negation of is_poisoned

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T: ?Sized> IsntRwLockExt<T> for RwLock<T>

Implementors§