pub trait IGameSaveData_Tag_WriterMethods: IGameSaveData_Tag_Writer {
// Provided methods
fn ctor(self, stream: impl Into<Stream_2>) { ... }
fn write(self, stream: impl Into<Stream_2>, tag: impl Into<i32>) { ... }
}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§
impl<__T: IGameSaveData_Tag_Writer> IGameSaveData_Tag_WriterMethods for __T
Available on crate feature
app-gamesavedata only.