Skip to main content

UNSCOPED

Constant UNSCOPED 

Source
pub const UNSCOPED: u32 = 0;
Expand description

The identifier a key carries before it has been bound to an arena.

A key with this scope resolves in no arena at all. That is deliberate: a handle read from a file is meaningless until the reader says which document it belongs to.