Struct tokio_dns::TcpListener[][src]

pub struct TcpListener;

Shim for tokio::net::TcpListener

Methods

impl TcpListener
[src]

Bind to the endpoint using the default resolver.

Bind to the endpoint using a custom resolver.

Auto Trait Implementations

impl Send for TcpListener

impl Sync for TcpListener