Struct mhost::DnsResponse [] [src]

pub struct DnsResponse {
    pub server: IpAddr,
    pub answers: Vec<Record>,
}

Fields

Trait Implementations

impl Debug for DnsResponse
[src]

[src]

Formats the value using the given formatter.