Tobias Krause
Results
1
issues of
Tobias Krause
Trying to mock an unsafe function results in an error. Is there any particular reason my unsafe function cannot be mocked? Minimal test: ``` unsafe fn count() -> i32 {...