Trait BehaviourConnect

pub trait BehaviourConnect<ID, T>
where ID: Clone, T: ReactiveInstance<ID>,
{ // Provided method fn connect(&self) -> Result<(), BehaviourConnectFailed> { ... } }

Provided Methods§

fn connect(&self) -> Result<(), BehaviourConnectFailed>

Connects the reactive streams.

Implementors§