Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VisitOperator: implement delegate from &mut VisitOperator (#880)
This allows generic code to work with both VisitOperators passed by value and by reference, without client code needing to implement a wrapping type that would act as a container for the reference.
- Loading branch information