Skip to main content

IVersusSequence_ProfileDownloadSequence

Trait IVersusSequence_ProfileDownloadSequence 

Source
pub trait IVersusSequence_ProfileDownloadSequence: IProcInst {
    // Provided methods
    fn m_replay_meta_data(self) -> VersusServerReplayMetaData { ... }
    fn set_m_replay_meta_data(self, value: VersusServerReplayMetaData) { ... }
}

Provided Methods§

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§