Skip to main content

SCOPE_STACK

Constant SCOPE_STACK 

Source
const SCOPE_STACK: LocalKey<RefCell<Vec<NonNull<ProtectScope>>>>;
Expand description

Stack of active protection scopes on this thread.