168
Async trait method compiles until I spawn it and then the future is not Send Help
I have a trait with an async method, implemented for a struct that holds an . It compiles fine and the tests pass when I await it directly. The moment I call it inside I get a wall of text ending in 'future is not…