Skip to main content

TaskInfoFuture

Type Alias TaskInfoFuture 

Source
pub type TaskInfoFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<GetTaskResult>> + Send + 'a>>;

Aliased Typeยง

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