Skip to main content

BenchmarkFuture

Type Alias BenchmarkFuture 

Source
pub type BenchmarkFuture<'a> = Pin<Box<dyn Future<Output = BenchmarkInvocation> + Send + 'a>>;
Expand description

A boxed benchmark invocation future.

Aliased Typeยง

pub struct BenchmarkFuture<'a> { /* private fields */ }