pub type LockedNestedDeclarationsRule = Locked<NestedDeclarationsRule>;Expand description
Alias for a locked nested declarations rule.
Aliased Type§
pub struct LockedNestedDeclarationsRule {
shared_lock: SharedRwLock,
data: UnsafeCell<NestedDeclarationsRule>,
}Fields§
§data: UnsafeCell<NestedDeclarationsRule>