DVUI

SnapshotError

Errors

#
MissingSnapshotDirectory
MissingSnapshotFile
SnapshotsDidNotMatch

Source

Implementation

#
pub const SnapshotError = error{
    MissingSnapshotDirectory,
    MissingSnapshotFile,
    SnapshotsDidNotMatch,
}