Skip to main content

IStructScriptableObject_1

Trait IStructScriptableObject_1 

Source
pub trait IStructScriptableObject_1<T0: ClassIdentity>: IScriptableObject {
    // Provided methods
    fn m_list(self) -> List_1<T0> { ... }
    fn set_m_list(self, value: List_1<T0>) { ... }
}

Provided Methods§

Source

fn m_list(self) -> List_1<T0>

Source

fn set_m_list(self, value: List_1<T0>)

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§