Skip to main content

Crate fidl_next_common_examples_keyvaluestore_additerator

Crate fidl_next_common_examples_keyvaluestore_additerator 

Source

Re-exports§

pub use self::natural::*;

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.
generic
iterator
natural
wire
wire_optional

Structs§

Iterator
The type corresponding to the Iterator protocol. 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.

Traits§

IteratorClientHandler
A client handler for the Iterator protocol.
IteratorServerHandler
A server handler for the Iterator protocol.