Skip to main content

ICalculatorTableAdd2D

Trait ICalculatorTableAdd2D 

Source
pub trait ICalculatorTableAdd2D: ICalculatorTable2D_1<CalculatorTableAdd2D> {
    // 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§