pub fn handle_request_stream(
inspector: Inspector,
settings: TreeServerSendPreference,
stream: TreeRequestStream,
scope: Scope,
) -> impl Future<Output = Result<(), Error>> + SendExpand 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).