Skip to main content

ICoroutine_2

Trait ICoroutine_2 

Source
pub trait ICoroutine_2: IRefIdObject {
    // Provided methods
    fn m_clr_callback(self) -> CallbackFunction { ... }
    fn set_m_clr_callback(self, value: CallbackFunction) { ... }
    fn m_processor(self) -> Processor { ... }
    fn set_m_processor(self, value: Processor) { ... }
}

Provided Methods§

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§