pub fn relative_path<P: AsRef<Path>, T: AsRef<Path>>( root: P, target: T, ) -> PathBuf
Returns the relative path from root to target.
root
target