Trait DirEntryExt2
trait DirEntryExt2: Sealed
Sealed Unix-specific extension methods for fs::DirEntry.
Required Methods
fn file_name_ref(self: &Self) -> &OsStrReturns a reference to the underlying
OsStrof this entry's filename.Examples
use DirEntryExt2; use ;
Implementors
impl DirEntryExt2 for fs::DirEntry