asomers / mockall

A powerful mock object library for Rust
Apache License 2.0
1.45k stars 61 forks source link

Make concretize work with FnMut arguments #595

Closed asomers closed 1 month ago

asomers commented 1 month ago

FnMut arguments need two changes:

Fixes #577