Trait DirEntry
mruby_vfs
pub trait DirEntry { fn file_name(&self) -> OsString; fn path(&self) -> PathBuf; }
fn file_name(&self) -> OsString
fn path(&self) -> PathBuf