Struct qbsdiff_test_bench_utils::RandomSample [−][src]
pub struct RandomSample {
pub name: &'static str,
pub source: RandomSource,
pub targets: Vec<RandomTarget>,
}
Expand description
Description of the random sample.
Fields
name: &'static str
source: RandomSource
targets: Vec<RandomTarget>