Type Alias Runner

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

Aliased Typeยง

struct Runner(/* private fields */);