Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VisitOperator: implement delegates for Box<VisitOperator> (#883)
This is also fine because `Box` implements DerefMut. Pretty useful for people (like me) who have a `Box<dyn VisitOperator`, but can't use `&dyn` because of the borrowck limitations around how it handles HRTBs.
- Loading branch information