dir_entry

Function dir_entry 

Source
fn dir_entry(
    entry: Result<DirEntry, Error>,
    path: impl AsRef<Path>,
) -> Result<DirEntry, Error>
Expand description