pub type ContextRef = Arc<Context>;
An atomic shared reference to a Context.
Context
struct ContextRef { /* private fields */ }