Skip to main content

ITerrainCostData

Trait ITerrainCostData 

Source
pub trait ITerrainCostData: IStructData_1<TerrainCostData> {
    // Provided methods
    fn costs(self) -> Array<u8> { ... }
    fn set_costs(self, value: Array<u8>) { ... }
}

Provided Methods§

Source

fn costs(self) -> Array<u8>

Source

fn set_costs(self, value: Array<u8>)

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§