Expand description
Model semantic validation — checks for duplicate types, undefined relations, cycles, etc.
Structs§
Enums§
Functions§
- validate_
model - Validate a parsed model for semantic correctness. Returns Ok(()) if valid, or Err with a list of validation errors.