pub fn strip_source_root_owned(path: &Path, source_roots: &[&str]) -> PathBuf
Strip configured source roots from a path, returning owned PathBuf.
Same as strip_source_root but returns an owned PathBuf.
strip_source_root
PathBuf