Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Fn trait instead of FnMut for callback
We don't need the callback to be mutable currently so relax the trait to just be `Fn` instead of `FnMut`. If we have a need for a mutable environment callback in the future we can change this easily enough without any issues.
- Loading branch information