Macro set_context

Source
macro_rules! set_context {
    ($key:expr, $val:expr) => { ... };
}
Expand description

Set a key-value pair in the current context.