Struct fs_extra::dir::LsResult [] [src]

pub struct LsResult {
    pub base: HashMap<DirEntryAttr, DirEntryValue>,
    pub items: Vec<HashMap<DirEntryAttr, DirEntryValue>>,
}

Result returned by the ls function.

Fields

Base folder target path

Collection directory entry with information.