Struct std::fs::DirEntry
[−]
[src]
pub struct DirEntry { path: PathBuf, dir: bool, file: bool, }
Fields
path | |
dir | |
file |
pub struct DirEntry { path: PathBuf, dir: bool, file: bool, }
path | |
dir | |
file |
impl DirEntry