Expand description
Generic type analysis for Rust types
This module implements generic type analysis features from ComplexTypeForRust.md:
- Generic parameter tracking
- Generic constraint analysis
- Generic instantiation tracking
Structs§
- Constraint
Violation - Constraint violation information
- Generic
Analyzer - Generic type analysis system
- Generic
Constraint - Generic constraint information
- Generic
Instance - Generic type instance information
- Generic
Statistics - Statistics about generic type usage
- Instantiation
Event - Generic instantiation event
- Type
Alias Info - Type alias information
Enums§
- Constraint
Type - Types of generic constraints
- Violation
Type - Types of constraint violations
Functions§
- get_
global_ generic_ analyzer - Get the global generic analyzer instance
- parse_
generic_ parameters - Parse generic type parameters from a type name