Skip to main content

IMapImageSightMethods

Trait IMapImageSightMethods 

Source
pub trait IMapImageSightMethods: IMapImageSight {
    // Provided methods
    fn ctor(self, force_type: impl Into<Force_Type>) { ... }
    fn update(self) { ... }
}

Provided Methods§

Source

fn ctor(self, force_type: impl Into<Force_Type>)

.ctor(crate::app::force::Force_Type) overload

Source

fn update(self)

Update() 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: IMapImageSight> IMapImageSightMethods for __T

Available on crate feature app-mapimagesight only.