Struct asyncio::ip::Resolver [] [src]

pub struct Resolver<P, S> { /* fields omitted */ }

An entry produced by a resolver.

Methods

impl<P: IpProtocol, S: Socket<P> + AsAsyncFd> Resolver<P, S>
[src]

Trait Implementations

impl<P, S> AsIoContext for Resolver<P, S>
[src]

impl Debug for Resolver<Tcp, StreamSocket<Tcp>>
[src]

Formats the value using the given formatter.

impl Debug for Resolver<Udp, DgramSocket<Udp>>
[src]

Formats the value using the given formatter.

impl Debug for Resolver<Icmp, RawSocket<Icmp>>
[src]

Formats the value using the given formatter.