Trait criterion::BenchmarkDefinition[][src]

pub trait BenchmarkDefinition: Sized { }

Common trait for Benchmark and ParameterizedBenchmark. Not intended to be used outside of Criterion.rs.

Implementors