Module signalo_filters::traits[][src]

A collection of traits used in 'signalo' crates.

Modules

filter

Filters of a digital signal.

prelude

The crate's prelude.

sink

Sources of a digital signal.

source

Sources of a digital signal.

Traits

Config

Trait for configurable systems.

InitialState

Axiliary trait for stateful systems.

Resettable

Trait for resettable systems.

Stateful

Trait for stateful systems.

StatefulUnsafe

Unsafe trait for accessing the state of stateful systems.

WithConfig

Trait for configurable systems.