vstd::rwlock

Trait RwLockPredicate

Source
pub trait RwLockPredicate<V>: Sized {
    // Required method
    spec fn inv(self, v: V) -> bool;
}

Required Methods§

Source

spec fn inv(self, v: V) -> bool

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§