pub fn validate_restore_spec(spec: &RestoreSpec) -> Vec<ValidationError>Expand description
Validate a Restore spec, accumulating all problems (wraps the fail-fast
validate_restore for caller symmetry).
pub fn validate_restore_spec(spec: &RestoreSpec) -> Vec<ValidationError>Validate a Restore spec, accumulating all problems (wraps the fail-fast
validate_restore for caller symmetry).