Macros§

Structs§

Enums§

  • An enumeration of things that may go wrong when trying to create an iterator.
  • An iterator for the key-value store. Note that this protocol makes no guarantee of atomicity - the values may change between pulls from the iterator. Unlike the Store protocol above, this protocol is not @discoverable: it is not independently published by the component that implements it, but rather must have one of its two protocol ends transmitted over an existing FIDL connection.
  • A key-value store which supports insertion and iteration.
  • An enumeration of things that may go wrong when trying to write a value to our store.

Traits§

Type Aliases§