Relative Content

Tag Archive for genericsrusttraitsrust-tokio

Unsatisfied trait bound error despite being implemented

I’m trying to implement a trait WebsocketIO for T but it always says the trait bounds were not satisfied when I’m trying to use it on my AsyncWebsocketClient. AsyncWebsocketClient is supposed to work with tokio-tungstenite.
Here is the libraries Cargo.toml