pub fn path_relative_from_file(
path: impl AsRef<Utf8Path>,
file: impl AsRef<Utf8Path>,
) -> Result<Utf8PathBuf>
Expand description
Helper to make a path relative to the path to a file. This is the same as [path_relative_from(file.parent()?)]