pub trait IRelayProfileSequence_UploadSequenceMethods: IRelayProfileSequence_UploadSequence {
// Provided methods
fn ctor(self) { ... }
fn sanitize(self) { ... }
fn upload(self) { ... }
}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§
impl<__T: IRelayProfileSequence_UploadSequence> IRelayProfileSequence_UploadSequenceMethods for __T
Available on crate feature
app-relayprofilesequence only.