Skip to main content

ICombatStagingMethods

Trait ICombatStagingMethods 

Source
pub trait ICombatStagingMethods: ICombatStaging {
    // Provided methods
    fn attach(self, side: impl Into<i32>, chr: impl Into<Character>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn attach(self, side: impl Into<i32>, chr: impl Into<Character>)

Attach(i32, crate::combat::character::Character) 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: ICombatStaging> ICombatStagingMethods for __T

Available on crate feature combat-combatstaging only.