Skip to content

Commit 5103203

Browse files
committed
sqlite: add traits to helper struct
1 parent 3460317 commit 5103203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sqlite.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ pub enum SqliteError {
7676
/// Sqlite helper struct for a db.
7777
/// Opening or creating a db will give you a Result<sqlite>.
7878
/// You can call it's impl functions to interact with it.
79+
#[derive(Debug, Clone, Serialize, Deserialize)]
7980
pub struct Sqlite {
8081
pub package_id: PackageId,
8182
pub db: String,

0 commit comments

Comments
 (0)