Skip to main content

Crate claw10_store

Crate claw10_store 

Source

Re-exports§

pub use namespaced::NamespacedStore;

Modules§

namespaced

Structs§

InMemoryStore
SledStore

Enums§

StoreError

Traits§

Store
Object-safe core store trait (no generics).
StoreExt
Typed convenience methods (auto-implemented for all Store types, including dyn Store).