pub fn validate_change(
change_repo: &(impl DomainChangeRepository + ?Sized),
ito_path: &Path,
change_id: &str,
strict: bool,
) -> CoreResult<ValidationReport>Expand description
Validate a change’s delta specs by change id.
pub fn validate_change(
change_repo: &(impl DomainChangeRepository + ?Sized),
ito_path: &Path,
change_id: &str,
strict: bool,
) -> CoreResult<ValidationReport>Validate a change’s delta specs by change id.