mockers
mockers copied to clipboard
Not able to Mock Trait that is extending other traits from std library (Sync+Send)
I am working on a multitasking application using asyn-std library. I have a trait which extends Sync+Send and has multiple implementations. I am not able to mock it. I am getting a message like this "Please check that referenced trait also has #[mocked] attribute".