fidl_
examples_
keyvaluestore_
additerator_
common
0.0.1
All Items
Crate Items
Macros
Structs
Enums
Crate
fidl_examples_keyvaluestore_additerator_common
Copy item path
Source
Macros
§
Iterate
Connection
Error
Unknown
Pattern that matches an unknown
IterateConnectionError
member.
Write
Error
Unknown
Pattern that matches an unknown
WriteError
member.
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.
Iterator
GetResponse
Store
Write
Item
Request
Enums
§
Iterate
Connection
Error
An enumeration of things that may go wrong when trying to create an iterator.
Write
Error
An enumeration of things that may go wrong when trying to write a value to our store.