Skip to main content

IRelayProfileSequence_UploadSequenceMethods

Trait IRelayProfileSequence_UploadSequenceMethods 

Source
pub trait IRelayProfileSequence_UploadSequenceMethods: IRelayProfileSequence_UploadSequence {
    // 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: IRelayProfileSequence_UploadSequence> IRelayProfileSequence_UploadSequenceMethods for __T

Available on crate feature app-relayprofilesequence only.