pub trait IMagicSubLinearMethods: IMagicSubLinear {
// Provided methods
fn setup(self, chr: impl Into<Character>) -> (Vector3, Vector3) { ... }
fn update(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
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: IMagicSubLinear> IMagicSubLinearMethods for __T
Available on crate feature
combat-magicsublinear only.