Enum fs_extra::dir::DirEntryValue [] [src]

pub enum DirEntryValue {
    String(String),
    Boolean(bool),
    SystemTime(SystemTime),
    U64(u64),
}

Available types for directory entry.

Variants

String type

Boolean type

SystemTime type

u64 type