Skip to main content

IVersusSequence_ProfileUploadSequenceMethods

Trait IVersusSequence_ProfileUploadSequenceMethods 

Source
pub trait IVersusSequence_ProfileUploadSequenceMethods: IVersusSequence_ProfileUploadSequence {
    // Provided methods
    fn ctor(self) { ... }
    fn sanitize(self) { ... }
    fn upload(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn sanitize(self)

Sanitize() overload

Source

fn upload(self)

Upload() 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: IVersusSequence_ProfileUploadSequence> IVersusSequence_ProfileUploadSequenceMethods for __T

Available on crate feature app-versussequence only.