Skip to main content
Module natural
fidl_
next_
examples_
keyvaluestore_
supportexports
Module natural
Module Items
Structs
Enums
In crate fidl_
next_
examples_
keyvaluestore_
supportexports
fidl_next_examples_keyvaluestore_supportexports
Module
natural
Copy item path
Source
Structs
§
Exportable
The items should be sorted in ascending order, following lexicographic ordering of their keys.
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
Export
Request
Store
Export
Response
Store
Write
Item
Request
Store
Write
Item
Response
Enums
§
Export
Error
An enumeration of things that may go wrong when trying to mint an export.
Write
Error
An enumeration of things that may go wrong when trying to write a value to our store.