pub async fn recurse_in_only_child_async( dir: impl AsRef<Path>, ) -> Result<PathBuf, Error>
Unwraps a folder into its only child folder.
dir
The path of the nested directory.
This function may error if: