pub trait IEventSequence: IStackProcInst_1<EventSequence> {
// Provided methods
fn m_current(self) -> EventSequence_Coroutine { ... }
fn set_m_current(self, value: EventSequence_Coroutine) { ... }
fn m_coroutines(self) -> List_1<EventSequence_Coroutine> { ... }
fn set_m_coroutines(self, value: List_1<EventSequence_Coroutine>) { ... }
fn m_binding_ui(self) -> bool { ... }
fn set_m_binding_ui(self, value: bool) { ... }
}Provided Methods§
fn m_current(self) -> EventSequence_Coroutine
fn set_m_current(self, value: EventSequence_Coroutine)
fn m_coroutines(self) -> List_1<EventSequence_Coroutine>
fn set_m_coroutines(self, value: List_1<EventSequence_Coroutine>)
fn m_binding_ui(self) -> bool
fn set_m_binding_ui(self, value: bool)
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.