SnapshotError
Errors
- MissingSnapshotDirectory
- MissingSnapshotFile
- SnapshotsDidNotMatch
Source
Implementation
pub const SnapshotError = error{
MissingSnapshotDirectory,
MissingSnapshotFile,
SnapshotsDidNotMatch,
}Source
pub const SnapshotError = error{
MissingSnapshotDirectory,
MissingSnapshotFile,
SnapshotsDidNotMatch,
}