Skip to main content

IItemUseSequence_EnchantedUnitListMethods

Trait IItemUseSequence_EnchantedUnitListMethods 

Source
pub trait IItemUseSequence_EnchantedUnitListMethods: IItemUseSequence_EnchantedUnitList {
    // Provided methods
    fn search(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn search(self)

Search() overload

Source

fn ctor(self)

.ctor() 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: IItemUseSequence_EnchantedUnitList> IItemUseSequence_EnchantedUnitListMethods for __T

Available on crate feature app-itemusesequence only.