TaskContextTrait

Trait TaskContextTrait 

Source
pub trait TaskContextTrait {
    type Context;
}
Expand description

Private trait used by Task implementations to have access to the context associated type.

Required Associated Types§

Source

type Context

The task’s context type.

Implementors§