pub fn serve(
kernel_stats_proxy: StatsProxy,
stall_provider: impl StallProvider,
refault_provider: impl RefaultProvider,
) -> Result<impl Future<Output = ()>>Expand description
Serve the inspect tree, and return an object holding the server’s resources.