pub trait IUnit_DisposItemsForSelectedWeaponMethods: IUnit_DisposItemsForSelectedWeapon {
// Provided methods
fn ctor(self, data: impl Into<DisposData>) { ... }
fn prepare(self) { ... }
}Provided Methods§
Sourcefn ctor(self, data: impl Into<DisposData>)
fn ctor(self, data: impl Into<DisposData>)
.ctor(crate::app::disposdata::DisposData) 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_DisposItemsForSelectedWeapon> IUnit_DisposItemsForSelectedWeaponMethods for __T
Available on crate feature
app-unit only.