Skip to main content

IMapInfoBaseMethods

Trait IMapInfoBaseMethods 

Source
pub trait IMapInfoBaseMethods: IMapInfoBase {
    // Provided methods
    fn set_enable(self, enable: impl Into<bool>) { ... }
    fn is_enable(self) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set_enable(self, enable: impl Into<bool>)

SetEnable(bool) overload

Source

fn is_enable(self) -> bool

IsEnable() overload

Source

fn ctor(self)

.ctor() 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: IMapInfoBase> IMapInfoBaseMethods for __T

Available on crate feature app-mapinfobase only.