Switch to async-sqlite library, rename CollectionFileError

This commit is contained in:
Reinout Meliesie 2024-12-23 23:20:08 +01:00
commit c1481517bc
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
5 changed files with 91 additions and 73 deletions

View file

@ -3,7 +3,7 @@ use std :: { * , any :: * , future :: * } ;
# [ derive (Debug) ] pub enum ZoodexError {
CollectionFileError ,
CollectionFileReadError ,
}
pub type Result <Success> = result :: Result < Success , ZoodexError > ;