Trait vstd::atomic_ghost::AtomicInvariantPredicate
source · 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
Object Safety§
This trait is not object safe.