Skip to main content

write_path

Function write_path 

Source
pub fn write_path(
    out: &Expr,
    ctx: Value,
    value: Value,
) -> Result<Value, EvalError>
Expand description

Write a value at the path location inside ctx, returning the updated ctx. out must be a Path Expr.