pub trait BehaviourShutdown<ID: Clone, T: ReactiveInstance<ID>> {
// Provided method
fn shutdown(&self) -> Result<(), BehaviourShutdownFailed> { ... }
}
Provided Methods§
Sourcefn shutdown(&self) -> Result<(), BehaviourShutdownFailed>
fn shutdown(&self) -> Result<(), BehaviourShutdownFailed>
Destructs the behaviour.