separate Module from snapshot module

This commit is contained in:
2024-12-30 19:27:03 +00:00
parent 4c9273daed
commit 7095a197c6
6 changed files with 28 additions and 10 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ pub enum Error {
#[error("failed to create snapshot")]
SnapshotError(String),
#[error("failed to convert integer")]
IntegerConversionError(#[from] std::num::TryFromIntError),
ConvertIntegerError(#[from] std::num::TryFromIntError),
}