std::fs
pub struct FileType { dir: bool, file: bool, }
dir
file
impl FileType
fn is_dir(&self) -> bool
fn is_file(&self) -> bool