Skip to main content

TaskContextProvider

Trait TaskContextProvider 

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

Produce the TaskContext.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§