Type Alias nuts_rs::ParallelChainResult

source ·
pub type ParallelChainResult = Result<(), ParallelSamplingError>;

Aliased Type§

enum ParallelChainResult {
    Ok(()),
    Err(ParallelSamplingError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ParallelSamplingError)

Contains the error value