Skip to main content

IGameUserRestartData_RecordWriterMethods

Trait IGameUserRestartData_RecordWriterMethods 

Source
pub trait IGameUserRestartData_RecordWriterMethods: IGameUserRestartData_RecordWriter {
    // Provided methods
    fn read(self, kind: impl Into<UnitRecord_Kinds>) { ... }
    fn write(self, kind: impl Into<UnitRecord_Kinds>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn read(self, kind: impl Into<UnitRecord_Kinds>)

Read(crate::app::unitrecord::UnitRecord_Kinds) overload

Source

fn write(self, kind: impl Into<UnitRecord_Kinds>)

Write(crate::app::unitrecord::UnitRecord_Kinds) overload

Source

fn ctor(self)

.ctor() 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: IGameUserRestartData_RecordWriter> IGameUserRestartData_RecordWriterMethods for __T

Available on crate feature app-gameuserrestartdata only.