unescape_path

Function unescape_path 

Source
pub(crate) fn unescape_path<I>(src: &mut Peekable<I>) -> Result<PathBuf>
where I: Iterator<Item = u8>,