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

pub struct Resolver<P: Protocol> { /* fields omitted */ }

An entry produced by a resolver.

Methods

impl<P: IpProtocol> Resolver<P>
[src]

Trait Implementations

impl<P: Protocol> IoObject for Resolver<P>
[src]

Returns a IoService associated with this object.