Type Alias RuleState

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

Aliased Typeยง

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