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