pub fn value_to_expr( cx: &mut Cx, value: Value, field: &'static str, ) -> Result<Expr>
Projects a runtime Value to an Expr, tagging errors with field.
Value
Expr
field