Updated name to be unique. Hopefully not a problem
This commit is contained in:
@@ -13,6 +13,9 @@ pub enum DbError {
|
||||
|
||||
#[error("serialization error: {0}")]
|
||||
Serialization(#[from] serde_json::Error),
|
||||
|
||||
#[error("{0}")]
|
||||
Other(String),
|
||||
}
|
||||
|
||||
pub type DbResult<T> = Result<T, DbError>;
|
||||
|
||||
Reference in New Issue
Block a user