pub trait IMapImageSightMethods: IMapImageSight {
// Provided methods
fn ctor(self, force_type: impl Into<Force_Type>) { ... }
fn update(self) { ... }
}Provided Methods§
Sourcefn ctor(self, force_type: impl Into<Force_Type>)
fn ctor(self, force_type: impl Into<Force_Type>)
.ctor(crate::app::force::Force_Type) 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§
impl<__T: IMapImageSight> IMapImageSightMethods for __T
Available on crate feature
app-mapimagesight only.