pub trait IntoBenchmarks {
    // Required method
    fn into_benchmarks(self) -> Vec<Box<dyn MeasureTarget>>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoBenchmarks for Vec<Box<dyn MeasureTarget>>

source§

impl<const N: usize> IntoBenchmarks for [Box<dyn MeasureTarget>; N]

Implementors§