Skip to main content

IUnit_DisposItemsForSelectedWeaponMethods

Trait IUnit_DisposItemsForSelectedWeaponMethods 

Source
pub trait IUnit_DisposItemsForSelectedWeaponMethods: IUnit_DisposItemsForSelectedWeapon {
    // Provided methods
    fn ctor(self, data: impl Into<DisposData>) { ... }
    fn prepare(self) { ... }
}

Provided Methods§

Source

fn ctor(self, data: impl Into<DisposData>)

.ctor(crate::app::disposdata::DisposData) overload

Source

fn prepare(self)

Prepare() 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§

Source§

impl<__T: IUnit_DisposItemsForSelectedWeapon> IUnit_DisposItemsForSelectedWeaponMethods for __T

Available on crate feature app-unit only.