pub trait TaskContextTrait { type Context; }
Private trait used by Task implementations to have access to the context associated type.
Task
The task’s context type.