Expand description
Extensible type reference resolution system
Based on compiler design principles for name resolution with pluggable strategies. New resolution strategies can be added without modifying existing code.
Structs§
- Import
Metadata - Resolution
- Result of attempting to resolve a type reference
- Resolution
Context - Type
Resolver - Main resolver that delegates to registered strategies
Traits§
- Reference
Resolver - Trait for implementing type resolution strategies