Module cairo_lang_semantic::resolve::scope
source · Structs
- A scope of resolved items. Scopes define a hierarchy of resolved items, for later lookup. A lookup of an item starts at a specific scope, and falls back to the parent scope.