Skip to main content

INexVersus_DownloadSequence_1Methods

Trait INexVersus_DownloadSequence_1Methods 

Source
pub trait INexVersus_DownloadSequence_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(self, data_id: u64, result: T0)
       where Self: Sized { ... }
    fn postlogin(self)
       where Self: Sized { ... }
    fn get_data(self)
       where Self: Sized { ... }
    fn create_bind(super_: ProcInst, data_id: u64, result: T0) { ... }
}

Provided Methods§

Source

fn ctor(self, data_id: u64, result: T0)
where Self: Sized,

Source

fn postlogin(self)
where Self: Sized,

Source

fn get_data(self)
where Self: Sized,

Source

fn create_bind(super_: ProcInst, data_id: u64, result: T0)

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§