pub fn min<T: Ord + Copy + Named + 'static>() -> impl Accumulator<State = Min<T>, Update = T>
Accumulate the min of received updates (i.e. the smallest value of all received updates).