pub type BenchmarkFuture<'a> = Pin<Box<dyn Future<Output = BenchmarkInvocation> + Send + 'a>>;
A boxed benchmark invocation future.
pub struct BenchmarkFuture<'a> { /* private fields */ }