pub trait IGameSaveData_Tag_ReaderMethods: IGameSaveData_Tag_Reader {
// Provided methods
fn ctor(self, stream: impl Into<Stream_2>) { ... }
fn read(self, stream: impl Into<Stream_2>, index: impl Into<i32>) -> i32 { ... }
fn get_count(self) -> 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_Reader> IGameSaveData_Tag_ReaderMethods for __T
Available on crate feature
app-gamesavedata only.