TaskFuture

Type Alias TaskFuture 

Source
pub type TaskFuture<'a> = Pin<Box<dyn Future<Output = Result<TaskResult, TaskResult>> + Send + 'a>>;

Aliased Typeยง

pub struct TaskFuture<'a> { /* private fields */ }