Crate inspect_runtime

Crate inspect_runtime 

Source
Expand description

§Inspect Runtime

This library contains the necessary functions to serve inspect from a component.

Modules§

service
Implementation of the fuchsia.inspect.Tree protocol server.

Structs§

EscrowOptions
EscrowToken
FetchEscrowOptions
Options for fetching a VMO that was previously escrowed.
FetchEscrowResult
The result of fetching an escrowed VMO.
PublishOptions
Optional settings for serving fuchsia.inspect.Tree
PublishedInspectController
TreeServerHandle
A handle to a fuchsia.inspect.Tree server.

Enums§

TreeServerSendPreference
A setting for the fuchsia.inspect.Tree server that indicates how the server should send the Inspector’s VMO. For fallible methods of sending, a fallback is also set.

Functions§

fetch_escrow
Fetches a VMO that was previously escrowed.
publish
Spawns a server handling fuchsia.inspect.Tree requests and a handle to the fuchsia.inspect.Tree is published using fuchsia.inspect.InspectSink.