sdroege/async-tungstenite

Where does the split() method come from?

S1nus opened this issue · 1 comments

S1nus commented

Forgive me if this is a bad place to ask, but I cannot find where the async_tungstenite::WebSocketStream object inherits the .split() method from

it's used on line 40 of the echo-server.rs example

From the futures crate: StreamExt::split()