pub type Driver = BoxFuture<'static, ()>;
Expand description

A “Driver” is a generic static future with no output.