pub trait IUnit_ChartItemsForSelectedWeaponMethods: IUnit_ChartItemsForSelectedWeapon {
// Provided methods
fn ctor(self, chart_items: impl Into<Array<ChartData_Item>>) { ... }
fn prepare(self) { ... }
}Provided Methods§
Sourcefn ctor(self, chart_items: impl Into<Array<ChartData_Item>>)
fn ctor(self, chart_items: impl Into<Array<ChartData_Item>>)
.ctor(::unity::Array<crate::app::chartdata::ChartData_Item>) 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: IUnit_ChartItemsForSelectedWeapon> IUnit_ChartItemsForSelectedWeaponMethods for __T
Available on crate feature
app-unit only.