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