Skip to main content

ent2path

Function ent2path 

Source
pub fn ent2path<'a, R>(ent: &'a Entry<'_, R>) -> Result<Cow<'a, Path>, Error>
where R: Read,