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