Skip to main content

IGrandewBrainMethods

Trait IGrandewBrainMethods 

Source
pub trait IGrandewBrainMethods: IGrandewBrain {
    // Provided methods
    fn ctor(self, grandew: impl Into<Character>) { ... }
    fn dispose(self) { ... }
}

Provided Methods§

Source

fn ctor(self, grandew: impl Into<Character>)

.ctor(crate::combat::character::Character) overload

Source

fn dispose(self)

Dispose() 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: IGrandewBrain> IGrandewBrainMethods for __T

Available on crate feature combat-grandewbrain only.