Skip to main content

GameRuleValueType

Trait GameRuleValueType 

Source
pub trait GameRuleValueType:
    DowncastType
    + Clone
    + Debug
    + Display
    + Send
    + Sync { }
Expand description

Behavior required from a typed game rule value.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§