Enum adi_storage::PathType [] [src]

pub enum PathType {
    Folder,
    File,
}

Whether a path is a file or a folder.

Variants