pub fn start_service(
kernel_stats: impl StatsProxyInterface + Clone + 'static,
) -> Result<ServiceTask>
Expand description
Begins to serve the inspect tree, and returns an object holding the server’s resources.
Dropping the ServiceTask
stops the service.