Skip to main content

IRelayUnsettledSequenceMethods

Trait IRelayUnsettledSequenceMethods 

Source
pub trait IRelayUnsettledSequenceMethods: IRelayUnsettledSequence {
    // Provided methods
    fn notify_play_end(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn notify_play_end(self)

NotifyPlayEnd() overload

Source

fn ctor(self)

.ctor() 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: IRelayUnsettledSequence> IRelayUnsettledSequenceMethods for __T

Available on crate feature app-relayunsettledsequence only.