Skip to main content

ICalculatorTable2D_1Methods

Trait ICalculatorTable2D_1Methods 

Source
pub trait ICalculatorTable2D_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn get_table(name: Il2CppString, index: i32) -> T0 { ... }
    fn ctor(self)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn get_table(name: Il2CppString, index: i32) -> T0

Source

fn ctor(self)
where Self: Sized,

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§