[][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, L> Verify for QMCIsingGraph<R, M, L> where
    R: Rng,
    M: OpContainerConstructor + ClassicalLoopUpdater + Into<L>,
    L: ClusterUpdater + Into<M>, 
[src]

Loading content...