Type Alias Context

Source
pub type Context = HashMap<String, Value>;
Expand description

Custom context.

Aliased Typeยง

pub struct Context { /* private fields */ }