herolib_rust/vault/src/keyspace/wasm.rs
Lee Smet 78c0fd7871
Define the global KeySpace interface
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-05-14 11:10:52 +02:00

3 lines
67 B
Rust

/// KeySpace represents an IndexDB keyspace
pub struct KeySpace {}