TaskContextProvider

Trait TaskContextProvider 

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

Produce the TaskContext.

Required Methods§

Implementors§