Feature gate: #![feature(dir_entry_ext2)]
This is a tracking issue for a new method on std::fs::DirEntry on UNIX platforms via a new sealed variant of the std::os::unix::fs::DirEntryExt trait.
Public API
#[unstable(feature = "dir_entry_ext2")]
pub trait DirEntryExt2: Sealed {
fn file_name_ref(&self) -> &OsStr;
}
Steps / History
Unresolved Questions
Feature gate:
#![feature(dir_entry_ext2)]This is a tracking issue for a new method on
std::fs::DirEntryon UNIX platforms via a new sealed variant of thestd::os::unix::fs::DirEntryExttrait.Public API
Steps / History
Unresolved Questions