Trait signalo_traits::State[][src]

pub trait State: Sized {
    type State;
}

Trait for stateful systems.

Background:

Stateful systems can react to the same input differently depending on the current state.

Associated Types

The filter's internal state.

Implementors