Type Alias ContextRef

Source
pub type ContextRef = Arc<Context>;
Expand description

An atomic shared reference to a Context.

Aliased Typeยง

struct ContextRef { /* private fields */ }