pub fn validate_intent(expr: &Expr) -> Result<(), IntentError>Expand description
Validate that expr is a structurally well-formed Intent, failing closed
with an IntentError otherwise.
pub fn validate_intent(expr: &Expr) -> Result<(), IntentError>Validate that expr is a structurally well-formed Intent, failing closed
with an IntentError otherwise.