pub fn shadow_file_with_basename(path: &PathBuf) -> ShadowFileExpand description
Factory function for a ShadowFile, where we just use the path’s
basename. Panics if path.file_name() returns None.
pub fn shadow_file_with_basename(path: &PathBuf) -> ShadowFileFactory function for a ShadowFile, where we just use the path’s
basename. Panics if path.file_name() returns None.