pub fn spawn_tree_server(
inspector: Inspector,
settings: TreeServerSendPreference,
scope: &ScopeHandle,
) -> ClientEnd<TreeMarker>
Expand description
Spawns a fuchsia.inspect.Tree
server and returns the task handling
fuchsia.inspect.Tree requests and a
ClientEnd` handle to the tree.