Skip to main content

PreRunFuture

Type Alias PreRunFuture 

Source
pub type PreRunFuture = Pin<Box<dyn Future<Output = Result<()>> + Send>>;
Expand description

A boxed, Send future returned by a PreRunHook.

Aliased Typeยง

pub struct PreRunFuture { /* private fields */ }