Struct c_ares::NSResults [] [src]

pub struct NSResults { /* fields omitted */ }

The result of a successful NS lookup.

Methods

impl NSResults
[src]

Obtain an NSResults from the response to an NS lookup.

Returns the hostname from this NSResults.

Returns an iterator over the host aliases in this NSResults.

Trait Implementations

impl Debug for NSResults
[src]

Formats the value using the given formatter.

impl Display for NSResults
[src]

Formats the value using the given formatter. Read more