Skip to main content

Crate fidl_next_common_examples_keyvaluestore_addreaditem

Crate fidl_next_common_examples_keyvaluestore_addreaditem 

Source

Re-exports§

pub use self::natural::*;

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.
generic
natural
store
wire
wire_optional

Structs§

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!

Traits§

StoreClientHandler
A client handler for the Store protocol.
StoreServerHandler
A server handler for the Store protocol.