Module signalo_filters::source [] [src]

Implementations of trait Source.

Structs

Constant

A source that returns an constant value on each call.

Increment

A source that returns an auto-incremented value on each call.

Iter

A wrapper type for turning iterators into sources.