Skip to main content

IMapSequenceSkipReplay

Trait IMapSequenceSkipReplay 

Source
pub trait IMapSequenceSkipReplay: ISingletonProcInst_1<MapSequenceSkipReplay> {
    // Provided methods
    fn m_setup_field_func(self) -> Action { ... }
    fn set_m_setup_field_func(self, value: Action) { ... }
}

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§