Enum libimagstore::file_abstraction::FSFileAbstractionInstance [] [src]

pub enum FSFileAbstractionInstance {
    Absent(PathBuf),
    File(FilePathBuf),
}

Variants

Trait Implementations

impl Debug for FSFileAbstractionInstance
[src]

[src]

Formats the value using the given formatter. Read more

impl FileAbstractionInstance for FSFileAbstractionInstance
[src]

[src]

Get the content behind this file

[src]

Write the content of this file

Auto Trait Implementations