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

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

Check integrity of a struct.

Required methods

fn verify(&self) -> bool[src]

Check integrity.

Loading content...

Implementors

impl<R, M> Verify for QmcIsingGraph<R, M> where
    R: Rng,
    M: IsingManager
[src]

Loading content...