Type Definition eval::Context [] [src]

type Context = HashMap<String, Value>;

Custom context.