Trait tango_bench::IntoBenchmarks
source · pub trait IntoBenchmarks {
// Required method
fn into_benchmarks(self) -> Vec<Benchmark>;
}
Expand description
Converts the implementing type into a vector of Benchmark
.
pub trait IntoBenchmarks {
// Required method
fn into_benchmarks(self) -> Vec<Benchmark>;
}
Converts the implementing type into a vector of Benchmark
.