pub fn histogram_summary<O0: Into<Output>, O1: Into<Output>>( tag: O0, values: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for HistogramSummary::new().build(tag, values, scope).
HistogramSummary::new().build(tag, values, scope)