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§
Sourcefn ctor(self, method: impl Into<MapHistory_Replay_SaveAsync_SaveMethod>)
fn ctor(self, method: impl Into<MapHistory_Replay_SaveAsync_SaveMethod>)
.ctor(crate::app::maphistory::MapHistory_Replay_SaveAsync_SaveMethod) overload
Sourcefn is_running(self) -> bool
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§
impl<__T: IMapHistory_Replay_SaveAsync> IMapHistory_Replay_SaveAsyncMethods for __T
Available on crate feature
app-maphistory only.