tauri-plugin-valtio 2.4.0

Persistent Valtio stores for Tauri
Documentation
1
2
3
4
5
6
7
8
9
10
// This file was autogenerated and should not be edited manually.
// Check the `codegen` command in the `tauri-store-cli` crate.

use std::sync::Arc;
use tauri::Runtime;
use tauri_store::{Collection, StoreCollection};

/// The Valtio plugin.
#[derive(Collection)]
pub struct Valtio<R: Runtime>(pub(crate) Arc<StoreCollection<R>>);