Function sum

Source
pub fn sum<T: Add<Output = T> + Copy + Named + 'static>() -> impl Accumulator<State = T, Update = T>
Expand description

Accumulate the sum of received updates.