Crate fidl_examples_keyvaluestore_addreaditem Copy item path
Summary Source ReadErrorUnknown Pattern that matches an unknown ReadError
member. WriteErrorUnknown Pattern that matches an unknown WriteError
member. 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. StoreControlHandle StoreEventStream StoreMarker StoreProxy StoreReadItemRequest StoreReadItemResponder StoreRequestStream A Stream of incoming requests for examples.keyvaluestore.addreaditem/Store. StoreSynchronousProxy StoreWriteItemRequest StoreWriteItemResponder ReadError An enumeration of things that may go wrong when trying to read a value out of our store. StoreEvent StoreRequest A very basic key-value store - so basic, in fact, that one may only write to it, never read! WriteError An enumeration of things that may go wrong when trying to write a value to our store. StoreProxyInterface Key StoreReadItemResult StoreWriteItemResult Value