Trait BehaviourShutdown

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

Provided Methods§

fn shutdown(&self) -> Result<(), BehaviourShutdownFailed>

Destructs the behaviour.

Implementors§