Module signalo_filters::sink [] [src]

Implementations of trait Sink.

Structs

Last

A sink that memorizes the most recently received value of a signal.

MeanVariance

A sink that computes the mean and variance of all received values of a signal.

Sum

A sink that computes the sum of all received values of a signal.