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§
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)
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.