Skip to main content

ConsistencyProof

Trait ConsistencyProof 

Source
pub trait ConsistencyProof: Sealed { }
Expand description

A trait for proof mechanisms that can validate consistency of a collection.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§