Skip to main content

IVersusSequence_ProfileUploadSequence

Trait IVersusSequence_ProfileUploadSequence 

Source
pub trait IVersusSequence_ProfileUploadSequence: IProcInst {
    // Provided methods
    fn m_profile(self) -> ProfileCard { ... }
    fn set_m_profile(self, value: ProfileCard) { ... }
}

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§