Skip to main content

SharedContext

Type Alias SharedContext 

Source
pub type SharedContext = Rc<Context>;
Expand description

What we share between Evaluators.

Aliased Typeยง

pub struct SharedContext { /* private fields */ }