Struct tokio_dns::UdpSocket [] [src]

pub struct UdpSocket;

Shim for tokio::net::UdpSocket

Methods

impl UdpSocket
[src]

[src]

Connect to the endpoint using the default resolver. Bind to the endpoint using the default resolver.

[src]

Bind to the endpoint using a custom resolver.

Trait Implementations

Auto Trait Implementations

impl Send for UdpSocket

impl Sync for UdpSocket