Skip to main contentCrate fidl_next_common_examples_keyvaluestore_baseline
Source pub use self::natural::*;
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- generic
- natural
- store
- wire
- wire_optional
- Store
- The type corresponding to the Store protocol.
A very basic key-value store - so basic, in fact, that one may only write to it, never read!
- StoreClientHandler
- A client handler for the Store protocol.
- StoreServerHandler
- A server handler for the Store protocol.