pub trait BenchmarkDefinition: Sized { }
Expand description

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

Implementors