tasc::com

Type Alias TaskFut

source
pub type TaskFut = Box<dyn Future<Output = Box<dyn Any + Send + 'static>> + Send>;

Aliased Typeยง

struct TaskFut(/* private fields */);