Skip to main content

ISortieSequenceRelianceMethods

Trait ISortieSequenceRelianceMethods 

Source
pub trait ISortieSequenceRelianceMethods: ISortieSequenceReliance {
    // Provided methods
    fn ctor(self) { ... }
    fn on_shutdown(self) { ... }
    fn talk(self) { ... }
    fn buddy(self) { ... }
    fn message(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn on_shutdown(self)

OnShutdown() overload

Source

fn talk(self)

Talk() overload

Source

fn buddy(self)

Buddy() overload

Source

fn message(self)

Message() 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§

Source§

impl<__T: ISortieSequenceReliance> ISortieSequenceRelianceMethods for __T

Available on crate feature app-sortiesequencereliance only.