pub trait IRelayUnsettledSequenceMethods: IRelayUnsettledSequence {
// Provided methods
fn notify_play_end(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn notify_play_end(self)
fn notify_play_end(self)
NotifyPlayEnd() 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: IRelayUnsettledSequence> IRelayUnsettledSequenceMethods for __T
Available on crate feature
app-relayunsettledsequence only.