Trait signalo_traits::Config[][src]

pub trait Config {
    type Config;
}

Trait for configurable systems.

Associated Types

The filter's configuration.

Implementors