pub trait IMapImageCostMethods: IMapImageCost {
// Provided methods
fn update(self) { ... }
fn update_2(self, x: impl Into<i32>, z: impl Into<i32>) { ... }
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: IMapImageCost> IMapImageCostMethods for __T
Available on crate feature
app-mapimagecost only.