Module signalo_traits::sink[][src]

Sources of a digital signal.

Traits

Sink

A sink retrieves the current signal value each time it is called, performing arbitrary actions with it, such as writing values to a file or passing them to an audio-device. When the final value has been passed to it calling sink.finalize() returns an output.