Skip to main content

IGameSaveData_Tag_WriterMethods

Trait IGameSaveData_Tag_WriterMethods 

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

Source

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

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

Source

fn write(self, stream: impl Into<Stream_2>, tag: impl Into<i32>)

Write(crate::app::stream_2::Stream_2, i32) 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_Writer> IGameSaveData_Tag_WriterMethods for __T

Available on crate feature app-gamesavedata only.