Context

Type Alias Context 

Source
pub type Context = Context;

Aliased Type§

pub struct Context(pub Arc<Mutex<HashMap<String, ContextValue>>>);

Tuple Fields§

§0: Arc<Mutex<HashMap<String, ContextValue>>>