pub fn validate_document(
document: &GctfDocument,
) -> Result<Vec<ValidationError>>Expand description
Validate a parsed GCTF document (legacy wrapper that bails on error)
pub fn validate_document(
document: &GctfDocument,
) -> Result<Vec<ValidationError>>Validate a parsed GCTF document (legacy wrapper that bails on error)