LockedNestedDeclarationsRule

Type Alias LockedNestedDeclarationsRule 

Source
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§

§shared_lock: SharedRwLock§data: UnsafeCell<NestedDeclarationsRule>