pub trait INexVersus_GetMetaDataFromPersistenceSlotSequence_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn get_principal_id(self) -> u64
where Self: Sized { ... }
fn ctor(self, slot_id: u16, principal_id: u64)
where Self: Sized { ... }
fn postlogin(self)
where Self: Sized { ... }
fn get_persistence_meta_data(self)
where Self: Sized { ... }
fn create_bind(super_: ProcInst, slot_id: u16, principal_id: u64) { ... }
}Provided Methods§
fn get_principal_id(self) -> u64where
Self: Sized,
fn ctor(self, slot_id: u16, principal_id: u64)where
Self: Sized,
fn postlogin(self)where
Self: Sized,
fn get_persistence_meta_data(self)where
Self: Sized,
fn create_bind(super_: ProcInst, slot_id: u16, principal_id: u64)
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.