Expand description
This module provides a generic repository interface for storing and retrieving items.
Enums§
- Repository
Error - An error resulting from operations on a repository.
Traits§
- Repository
- This trait represents a generic repository interface, capable of storing and retrieving items using a key-value API.
- Repository
Item - This trait is used to mark types that can be stored in a repository. It should not be implemented manually; instead, users should use the crate::register_repository_item macro to register their item types.