pub trait ICalculatorTableSub1D: IStructData_1<CalculatorTableSub1D> {
// Provided methods
fn m_table(self) -> CalculatorTable { ... }
fn set_m_table(self, value: CalculatorTable) { ... }
}Provided Methods§
fn m_table(self) -> CalculatorTable
fn set_m_table(self, value: CalculatorTable)
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.