Skip to main content

IMapHistory_Replay_SaveAsync

Trait IMapHistory_Replay_SaveAsync 

Source
pub trait IMapHistory_Replay_SaveAsync: IProcInst {
    // Provided methods
    fn m_save_method(self) -> MapHistory_Replay_SaveAsync_SaveMethod { ... }
    fn set_m_save_method(self, value: MapHistory_Replay_SaveAsync_SaveMethod) { ... }
}

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§