Skip to main content

ICalculatorTableSub1D

Trait ICalculatorTableSub1D 

Source
pub trait ICalculatorTableSub1D: IStructData_1<CalculatorTableSub1D> {
    // Provided methods
    fn m_table(self) -> CalculatorTable { ... }
    fn set_m_table(self, value: CalculatorTable) { ... }
}

Provided Methods§

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.

Implementors§