pub fn relative_path<'a>(
    root: &'a Path,
    path: &'a Path
) -> Result<&'a Path, StripPrefixError>
Expand description

Get relative path in given root.