Skip to main content

ICalculatorTableSub2D

Trait ICalculatorTableSub2D 

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