pub trait AtomicInvariantPredicate<K, V, G> {
// Required method
spec fn atomic_inv(k: K, v: V, g: G) -> bool;
}
Required Methods§
Sourcespec fn atomic_inv(k: K, v: V, g: G) -> bool
spec fn atomic_inv(k: K, v: V, g: G) -> 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.