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