pub fn build_non_strict_from_prost(
prost: &ExprNode,
error_report: impl EvalErrorReport + 'static,
) -> Result<NonStrictExpression>
Expand description
Build an expression from protobuf in non-strict mode.
pub fn build_non_strict_from_prost(
prost: &ExprNode,
error_report: impl EvalErrorReport + 'static,
) -> Result<NonStrictExpression>
Build an expression from protobuf in non-strict mode.