Skip to main content

IITilemap_Interface

Trait IITilemap_Interface 

Source
pub trait IITilemap_Interface: IObject {
    // Provided methods
    fn m_tilemap(self) -> Tilemap { ... }
    fn set_m_tilemap(self, value: Tilemap) { ... }
}

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§