Crate fuchsia_inspect_auto_persist

Source

Structs§

AutoPersist
Wrapper around an Inspect node T so that after the node is accessed (and written to), the corresponding Data Persistence tag would be sent through a channel so that it can be forwarded to the Data Persistence Service.
AutoPersistGuard

Functions§

create_persistence_req_sender
Create a sender for sending Persistence tag, and a Future representing a sending thread that forwards that tag to the Data Persistence service.

Type Aliases§

PersistenceReqSender