store, store_sqlite: Refactor error typing

This commit is contained in:
Lennart
2024-10-28 17:10:03 +01:00
parent 925b26ea0f
commit cce3e260af
9 changed files with 75 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
use crate::{
error::Error,
model::{AddressObject, Addressbook},
Error,
};
use async_trait::async_trait;