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§
Sourcefn ctor(
self,
data_id: impl Into<u64>,
result: impl Into<VersusServerReplayData>,
)
fn ctor( self, data_id: impl Into<u64>, result: impl Into<VersusServerReplayData>, )
.ctor(u64, crate::app::versusserverreplaydata::VersusServerReplayData) 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§
impl<__T: INexVersus_DownloadReplaySequence> INexVersus_DownloadReplaySequenceMethods for __T
Available on crate feature
app-nexversus only.