Type Alias Runner

Source
pub type Runner = BoxFuture<'static, Result<()>>;

Aliased Typeยง

pub struct Runner(/* private fields */);