pub trait INexVersus_GetMetaDataFromPersistenceSlotSequence_1<T0: ClassIdentity>: INexVersus_NexSequenceBase {
// Provided methods
fn m_slot_id(self) -> u16 { ... }
fn set_m_slot_id(self, value: u16) { ... }
fn m_principal_id(self) -> u64 { ... }
fn set_m_principal_id(self, value: u64) { ... }
}Provided Methods§
fn m_slot_id(self) -> u16
fn set_m_slot_id(self, value: u16)
fn m_principal_id(self) -> u64
fn set_m_principal_id(self, value: 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.