pub trait ISortieEntrustStockKindDataMethods: ISortieEntrustStockKindData {
// Provided methods
fn ctor(self) { ... }
fn add(self, unit_item: impl Into<UnitItem>) { ... }
fn get_data(self) -> List_1<SortieEntrustStockData> { ... }
fn get_count(self) -> i32 { ... }
}Provided Methods§
Sourcefn get_data(self) -> List_1<SortieEntrustStockData>
fn get_data(self) -> List_1<SortieEntrustStockData>
get_Data() overload
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§
impl<__T: ISortieEntrustStockKindData> ISortieEntrustStockKindDataMethods for __T
Available on crate feature
app-sortieentruststockkinddata only.