pub trait VerificationBackend {
const NAME: &'static str;
}Expand description
Marker trait for external verification backends.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl VerificationBackend for HigherCoherenceCertificate
Available on crate features alloc or std only.
impl VerificationBackend for HigherCoherenceCertificate
Available on crate features
alloc or std only.Implementors§
Source§impl VerificationBackend for CoherenceCertificate
Available on crate features alloc or std only.
impl VerificationBackend for CoherenceCertificate
Available on crate features
alloc or std only.