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.

Required Methods§

Implementations on Foreign Types§

source§

impl IntoBenchmarks for Vec<Benchmark>

source§

impl<const N: usize> IntoBenchmarks for [Benchmark; N]

Implementors§