Skip to main content

IMapHistory_Replay_SaveAsyncMethods

Trait IMapHistory_Replay_SaveAsyncMethods 

Source
pub trait IMapHistory_Replay_SaveAsyncMethods: IMapHistory_Replay_SaveAsync {
    // Provided methods
    fn ctor(self, method: impl Into<MapHistory_Replay_SaveAsync_SaveMethod>) { ... }
    fn start(self) { ... }
    fn is_running(self) -> bool { ... }
}

Provided Methods§

Source

fn ctor(self, method: impl Into<MapHistory_Replay_SaveAsync_SaveMethod>)

.ctor(crate::app::maphistory::MapHistory_Replay_SaveAsync_SaveMethod) overload

Source

fn start(self)

Start() overload

Source

fn is_running(self) -> bool

IsRunning() 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§

Source§

impl<__T: IMapHistory_Replay_SaveAsync> IMapHistory_Replay_SaveAsyncMethods for __T

Available on crate feature app-maphistory only.