LockedCounterStyleRule

Type Alias LockedCounterStyleRule 

Source
pub type LockedCounterStyleRule = Locked<CounterStyleRule>;
Expand description

Alias for a locked counter-style rule.

Aliased Type§

pub struct LockedCounterStyleRule {
    shared_lock: SharedRwLock,
    data: UnsafeCell<CounterStyleRuleData>,
}

Fields§

§shared_lock: SharedRwLock§data: UnsafeCell<CounterStyleRuleData>