pub fn relative_path<'a>( root: &'a Path, path: &'a Path, ) -> Result<&'a Path, StripPrefixError>
Get relative path in given root.