Replies: 1 comment
-
Hi, I have figured out a workaround. dummy
.expect_example()
.withf(|p| p == &vec!["request", "path"])
.return_const(Some(true)); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thank you for the wonderful crate.
I am not good at Rust and mockall. I can't make it work myself:
Here are my example:
I am not sure I am doing right.
Beta Was this translation helpful? Give feedback.
All reactions