Docs.rs
tauri-plugin-store-2.4.2
tauri-plugin-store 2.4.2
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
tauri-bot
Dependencies
dunce ^1
normal
serde ^1
normal
serde_json ^1
normal
tauri ^2.9.3
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
tauri ^2.9.3
dev
tauri-plugin ^2.4
build
tauri ^2.9.3
normal
Versions
61.54%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
SerializeFn
tauri_
plugin_
store
2.4.2
tauri_plugin_store
Type Alias
Serialize
Fn
Copy item path
Source
pub type SerializeFn =
fn
(&
HashMap
<
String
,
Value
>) ->
Result
<
Vec
<
u8
>,
Box
<dyn
Error
+
Send
+
Sync
>>;