benchplot

Type Alias BenchFnArg

Source
pub type BenchFnArg<T> = Box<dyn Fn(usize) -> T + Send + Sync>;
Expand description

Type alias for a function accepting a positive integer size and returning input for the benchmarking functions.

Aliased Typeยง

struct BenchFnArg<T>(/* private fields */);