You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: