Function cargo::util::paths::without_prefix

source ·
pub fn without_prefix<'a>(
    long_path: &'a Path,
    prefix: &'a Path
) -> Option<&'a Path>