pub fn validate_entry_ext(path: &Path) -> Result<(), String>
Validate a file path’s extension as a morph source entry. Returns a hard-error message when the extension is disallowed, or None when it is supported.
None