pub trait ISortieEntrustUnitDataHolder: IObject {
// Provided methods
fn m_data(self) -> List_1<SortieEntrustUnitData> { ... }
fn set_m_data(self, value: List_1<SortieEntrustUnitData>) { ... }
}Provided Methods§
fn m_data(self) -> List_1<SortieEntrustUnitData>
fn set_m_data(self, value: List_1<SortieEntrustUnitData>)
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.