pub trait IMapHistory_Replay_TurnSave: ISingletonClass_1<MapHistory_Replay_TurnSave> {
// Provided methods
fn m_stream_buffer(self) -> Array<u8> { ... }
fn set_m_stream_buffer(self, value: Array<u8>) { ... }
fn m_stream(self) -> Stream_2 { ... }
fn set_m_stream(self, value: Stream_2) { ... }
fn m_save_async_method(self) -> MapHistory_Replay_SaveAsync_SaveMethod { ... }
fn set_m_save_async_method(
self,
value: MapHistory_Replay_SaveAsync_SaveMethod,
) { ... }
}Provided Methods§
fn m_stream_buffer(self) -> Array<u8>
fn set_m_stream_buffer(self, value: Array<u8>)
fn m_stream(self) -> Stream_2
fn set_m_stream(self, value: Stream_2)
fn m_save_async_method(self) -> MapHistory_Replay_SaveAsync_SaveMethod
fn set_m_save_async_method(self, value: MapHistory_Replay_SaveAsync_SaveMethod)
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.