Trait IntegrityTest
pub trait IntegrityTest {
    // Provided method
    fn integrity_test() { ... }
}Expand description
Provided Methods§
fn integrity_test()
fn integrity_test()
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.