pub type StatsStream = Pin<Box<dyn Stream<Item = Result<StatsSample>> + Send + 'static>>;Expand description
Boxed async stream of Result<StatsSample, AgentError> items returned by
Runtime::stats_stream.
Aliased Typeยง
pub struct StatsStream { /* private fields */ }