Skip to main content

resolve_default_expr

Function resolve_default_expr 

Source
pub fn resolve_default_expr(expr: &str) -> Result<Value>
Expand description

Resolve a default_expr keyword to a concrete Value using wall-clock now. Returns SchemaError for unknown keywords (defence-in-depth — load_schema rejects these earlier, but the helper stays safe to call from any code path).