Skip to main content

mutable_runtime_table

Function mutable_runtime_table 

Source
pub fn mutable_runtime_table<P>(
    cx: &mut Cx,
    policy: P,
    entries: Vec<(Value, Value)>,
) -> Result<Value>
where P: RuntimeKeyPolicy + 'static,
Expand description

Constructs a MutableRuntimeTable and wraps it as a runtime Value.