TcpResolver

Type Alias TcpResolver 

Source
pub type TcpResolver = Resolver<Tcp, StreamSocket<Tcp>>;
Expand description

The TCP resolver type.

Aliased Typeยง

pub struct TcpResolver { /* private fields */ }