mockers icon indicating copy to clipboard operation
mockers copied to clipboard

Not able to Mock Trait that is extending other traits from std library (Sync+Send)

Open KTBabu96 opened this issue 5 years ago • 0 comments

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".

KTBabu96 avatar Aug 30 '19 09:08 KTBabu96