pub trait BuildSignal: BuildableSignal {
    // Provided method
    fn build() -> Signal { ... }
}

Provided Methods§

Implementors§