pub fn validate_file<P>(path: P) -> Result<(), ScribeError>where P: AsRef<Path>,
Validate that a path is a file