pub trait INexRelay: ISingletonClass_1<NexRelay> {
// Provided methods
fn m_last_result(self) -> NexRelay_Results { ... }
fn set_m_last_result(self, value: NexRelay_Results) { ... }
fn m_last_uploaded_data_id(self) -> u64 { ... }
fn set_m_last_uploaded_data_id(self, value: u64) { ... }
}Provided Methods§
fn m_last_result(self) -> NexRelay_Results
fn set_m_last_result(self, value: NexRelay_Results)
fn m_last_uploaded_data_id(self) -> u64
fn set_m_last_uploaded_data_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.