pub type TcpResolver = Resolver<Tcp, StreamSocket<Tcp>>;
The TCP resolver type.
pub struct TcpResolver { /* private fields */ }