pub type Driver = Pin<Box<dyn Future<Output = ()> + Send + 'static, Global>>;
Expand description

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