pub trait SettingValue: Copy + 'static {
const STUB: Self;
}Expand description
Marker trait for types that can be used as Factorio mod setting values.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".