Switch to async-sqlite library, rename CollectionFileError
This commit is contained in:
parent
d267475f0d
commit
c1481517bc
5 changed files with 91 additions and 73 deletions
|
|
@ -3,7 +3,7 @@ use std :: { * , any :: * , future :: * } ;
|
|||
|
||||
|
||||
# [ derive (Debug) ] pub enum ZoodexError {
|
||||
CollectionFileError ,
|
||||
CollectionFileReadError ,
|
||||
}
|
||||
|
||||
pub type Result <Success> = result :: Result < Success , ZoodexError > ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue