[][src]Type Definition dudect_bencher::ctbench::BenchFn

type BenchFn = fn(_: &mut CtRunner, _: &mut BenchRng);

A function that is to be benchmarked. This crate only supports statically-defined functions.