Struct tokio_dns::UdpSocket[][src]

pub struct UdpSocket;

Shim for tokio::net::UdpSocket

Methods

impl UdpSocket
[src]

Bind to the endpoint using the default resolver.

Bind to the endpoint using a custom resolver.

Auto Trait Implementations

impl Send for UdpSocket

impl Sync for UdpSocket