Skip to main content

IMapEffect

Trait IMapEffect 

Source
pub trait IMapEffect: ISingletonClass_1<MapEffect> {
    // Provided methods
    fn m_pool(self) -> MapEffect_LocationPool { ... }
    fn set_m_pool(self, value: MapEffect_LocationPool) { ... }
}

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§