pub trait ISortieSequenceRelianceMethods: ISortieSequenceReliance {
// Provided methods
fn ctor(self) { ... }
fn on_shutdown(self) { ... }
fn talk(self) { ... }
fn buddy(self) { ... }
fn message(self) { ... }
}Provided Methods§
Sourcefn on_shutdown(self)
fn on_shutdown(self)
OnShutdown() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: ISortieSequenceReliance> ISortieSequenceRelianceMethods for __T
Available on crate feature
app-sortiesequencereliance only.