Type Alias kitsune_p2p_types::task_agg::Driver

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

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

Aliased Type§

struct Driver { /* private fields */ }