pub async fn handle_request_stream(
inspector: Inspector,
settings: TreeServerSendPreference,
stream: TreeRequestStream,
) -> Result<(), Error>
Expand description
Runs a server for the fuchsia.inspect.Tree
protocol. This protocol returns the VMO
associated with the given tree on get_content
and allows to open linked trees (lazy nodes).