pub trait TaskContextProvider {
// Required method
fn task_ctx(&self) -> Arc<TaskContext>;
}Expand description
Produce the TaskContext.
pub trait TaskContextProvider {
// Required method
fn task_ctx(&self) -> Arc<TaskContext>;
}Produce the TaskContext.