Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace ConstraintSynthesizer trait with closure type alias
Description: Addresses TODO comment by replacing the ConstraintSynthesizer trait with a type alias for a boxed closure. This change: - Simplifies the constraint system interface - Maintains the same functionality - Makes the code more flexible by allowing direct use of closures - Removes unnecessary trait boilerplate since the trait only had one method
- Loading branch information