pub type SamplerTestControllerWaitForSampleResult = Result<(), SamplingError>;

Aliased Type§

enum SamplerTestControllerWaitForSampleResult {
    Ok(()),
    Err(SamplingError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(SamplingError)

Contains the error value