Skip to main content

ITMP_Dropdown_OptionDataList

Trait ITMP_Dropdown_OptionDataList 

Source
pub trait ITMP_Dropdown_OptionDataList: IObject {
    // Provided methods
    fn m_options(self) -> List_1<TMP_Dropdown_OptionData> { ... }
    fn set_m_options(self, value: List_1<TMP_Dropdown_OptionData>) { ... }
}

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§