It's really hard to help without more context. Since the found type is the unit type (), you might be chaining methods and eventually call a method that doesn't return anything. You'll likely have to break the chain and do something like:
The mistake I made was having something that was not Send. The error message suggests to me that could be your problem. Although... I think your error is something a little different. Still some kind of trait bound problem though.