Skip to main content

INexVersus_DownloadReplaySequenceMethods

Trait INexVersus_DownloadReplaySequenceMethods 

Source
pub trait INexVersus_DownloadReplaySequenceMethods: INexVersus_DownloadReplaySequence {
    // Provided methods
    fn ctor(
        self,
        data_id: impl Into<u64>,
        result: impl Into<VersusServerReplayData>,
    ) { ... }
    fn postlogin(self) { ... }
    fn get_data(self) { ... }
}

Provided Methods§

Source

fn ctor( self, data_id: impl Into<u64>, result: impl Into<VersusServerReplayData>, )

.ctor(u64, crate::app::versusserverreplaydata::VersusServerReplayData) overload

Source

fn postlogin(self)

Postlogin() overload

Source

fn get_data(self)

GetData() 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: INexVersus_DownloadReplaySequence> INexVersus_DownloadReplaySequenceMethods for __T

Available on crate feature app-nexversus only.