Type Alias veloren_rtsim::RuleState

source ·
pub(crate) type RuleState<R> = AtomicRefCell<R>;

Aliased Type§

struct RuleState<R> { /* private fields */ }