pub fn stats_aggregator_summary<O0: Into<Output>>( iterator: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for StatsAggregatorSummary::new().build(iterator, scope).
StatsAggregatorSummary::new().build(iterator, scope)