Skip to main content

RootFilesystemEntryKind

Type Alias RootFilesystemEntryKind 

Source
pub type RootFilesystemEntryKind = RootFilesystemEntryKind;

Aliased Type§

#[repr(usize)]
pub enum RootFilesystemEntryKind { File = 0, Directory = 1, Symlink = 2, }

Variants§

§

File = 0

§

Directory = 1