Skip to main content
Crate fidl_next_examples_keyvaluestore_baseline
fidl_
next_
examples_
keyvaluestore_
baseline
All Items
Crate Items
Modules
Structs
Enums
Traits
Crate
fidl_
next_
examples_
keyvaluestore_
baseline
Copy item path
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
§
Item
An item in the store. The key must match the regex
^[A-z][A-z0-9_\.\/]{2,62}[A-z0-9]$
. That is, it must start with a letter, end with a letter or number, contain only letters, numbers, periods, and slashes, and be between 4 and 64 characters long.
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!
Store
Write
Item
Request
Store
Write
Item
Response
Enums
§
Write
Error
An enumeration of things that may go wrong when trying to write a value to our store.
Traits
§
Store
Client
Handler
A client handler for the Store protocol.
Store
Server
Handler
A server handler for the Store protocol.