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

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

Check integrity of a struct.

Required methods

fn verify(&self) -> bool

Check integrity.

Loading content...

Implementors

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

Loading content...