wip tests for chat.rs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -29,8 +29,8 @@ pub trait StoreOps: Send + Sync {
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/// Wrapper for Tauri Store that implements StoreOps
|
||||
struct TauriStoreWrapper<'a> {
|
||||
store: &'a tauri_plugin_store::Store<tauri::Wry>,
|
||||
pub struct TauriStoreWrapper<'a> {
|
||||
pub store: &'a tauri_plugin_store::Store<tauri::Wry>,
|
||||
}
|
||||
|
||||
impl<'a> StoreOps for TauriStoreWrapper<'a> {
|
||||
|
||||
Reference in New Issue
Block a user