pub type SharedContext = Rc<Context>;
What we share between Evaluators.
pub struct SharedContext { /* private fields */ }