pub type Context = Box<dyn HasContext>;
The Context object.
Context
pub struct Context(/* private fields */);