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

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

Check integrity of a struct.

Required methods

pub 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...