Type Alias TaskType

Source
pub type TaskType = Box<dyn Future<Output = ()> + Send + Unpin + 'static>;

Aliased Typeยง

struct TaskType(/* private fields */);