Trait qmc::sse::qmc_traits::Verify[][src]

pub trait Verify {
    fn verify(&self) -> bool;
}
Expand description

Check integrity of a struct.

Required methods

Check integrity.

Implementors