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
It could be useful for Tokio's TcpStream et al. to provide an accessor that returns a ref to the std::TcpStream. Specifically, crates like net2 provide useful helpers but only against std::TcpStream. Tokio (and mio) redefines all of these fns, but adding a new fn requires updating many crates.