pub type BenchFnNamed<'a, T, R> = (BenchFn<T, R>, &'a str);
Type alias for a tuple containing a BenchFn and a name.
BenchFn