Skip to main content

IGameSaveData_Tag_ReaderMethods

Trait IGameSaveData_Tag_ReaderMethods 

Source
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§

Source

fn ctor(self, stream: impl Into<Stream_2>)

.ctor(crate::app::stream_2::Stream_2) overload

Source

fn read(self, stream: impl Into<Stream_2>, index: impl Into<i32>) -> i32

Read(crate::app::stream_2::Stream_2, i32) overload

Source

fn get_count(self) -> i32

get_Count() 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: IGameSaveData_Tag_Reader> IGameSaveData_Tag_ReaderMethods for __T

Available on crate feature app-gamesavedata only.