Database is now stored as an entry.
This commit is contained in:
@ -27,10 +27,11 @@ pub enum ToCache {
|
||||
Commit(ToCacheMsg<Store>),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum FromCache {
|
||||
Ok,
|
||||
Str(Store),
|
||||
DB(Database),
|
||||
Error(MTTError),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user