Trait BehaviourShutdown

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

Provided Methods§

Source

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

Destructs the behaviour.

Implementors§