Skip to main content

DirEntries

Type Alias DirEntries 

Source
pub type DirEntries = HashMap<String, DirEntry>;
Expand description

Directory entries type for working copy operations

Aliased Typeยง

pub struct DirEntries { /* private fields */ }