We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In order to call listen on a TcpListener instance, I have to use std::io::Listener. Same for accept. Can these be moved into std::io::net::tcp ??
use std::io::Listener
std::io::net::tcp